Skip to content

Commit 3abd097

Browse files
committed
Auto merge of #1519 - mikerite:job_unused_imports, r=alexcrichton
Remove used imports
2 parents 1e51b07 + 8a9f73d commit 3abd097

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rustup-cli/job.rs

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ pub fn setup() -> Option<Setup> {
2525

2626
#[cfg(unix)]
2727
mod imp {
28-
use std::env;
29-
use libc;
30-
3128
pub type Setup = ();
3229

3330
pub unsafe fn setup() -> Option<()> {

0 commit comments

Comments
 (0)