Skip to content

Commit

Permalink
Auto merge of #2942 - jseyfried:remove_unused_import, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove unused import

c.f. rust-lang/rust#35116
  • Loading branch information
bors committed Aug 1, 2016
2 parents 3417598 + dbde4c6 commit 9ef9bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_run.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::path::Path;

use ops::{self, CompileFilter};
use util::{self, CargoResult, process, ProcessError};
use util::{self, CargoResult, ProcessError};
use core::Workspace;

pub fn run(ws: &Workspace,
Expand Down

0 comments on commit 9ef9bd7

Please sign in to comment.