Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jseyfried committed Aug 1, 2016
1 parent 3417598 commit dbde4c6
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 dbde4c6

Please sign in to comment.