Skip to content

Commit 9ef9bd7

Browse files
authored
Auto merge of #2942 - jseyfried:remove_unused_import, r=alexcrichton
Remove unused import c.f. rust-lang/rust#35116
2 parents 3417598 + dbde4c6 commit 9ef9bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_run.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::path::Path;
22

33
use ops::{self, CompileFilter};
4-
use util::{self, CargoResult, process, ProcessError};
4+
use util::{self, CargoResult, ProcessError};
55
use core::Workspace;
66

77
pub fn run(ws: &Workspace,

0 commit comments

Comments
 (0)