Skip to content

Commit

Permalink
Auto merge of #1519 - mikerite:job_unused_imports, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove used imports
  • Loading branch information
bors committed Oct 16, 2018
2 parents 1e51b07 + 8a9f73d commit 3abd097
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rustup-cli/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ pub fn setup() -> Option<Setup> {

#[cfg(unix)]
mod imp {
use std::env;
use libc;

pub type Setup = ();

pub unsafe fn setup() -> Option<()> {
Expand Down

0 comments on commit 3abd097

Please sign in to comment.