diff --git a/src/librustc/back/rpath.rs b/src/librustc/back/rpath.rs index a84cb2cdbe10e..6113d765ce233 100644 --- a/src/librustc/back/rpath.rs +++ b/src/librustc/back/rpath.rs @@ -211,7 +211,6 @@ pub fn minimize_rpaths(rpaths: &[Path]) -> ~[Path] { #[cfg(unix, test)] mod test { - use core::prelude::*; use core::os; use core::str;