Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Fix rebase conflict leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Jul 9, 2017
1 parent 722850d commit 0c4f877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

use analysis::{AnalysisHost, Target};
use config::Config;
use server::{self, ServerMessage, Request, Notification, Method, LsService, ParseError, ResponseData};
use server::{self, ServerMessage, Request, Notification, Method, LsService, ResponseData};
use vfs::Vfs;
use jsonrpc_core;

Expand Down

0 comments on commit 0c4f877

Please sign in to comment.