]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/lib.rs
Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into update...
[rust.git] / src / librustc_trans / lib.rs
index 6cb9d2027c74796f08d13d01cee24f4e39bd4096..0b8da10b78e776c71acfd2c00c539970c43d0ebf 100644 (file)
@@ -49,7 +49,6 @@
 extern crate rustc_allocator;
 extern crate rustc_apfloat;
 extern crate rustc_back;
-extern crate rustc_binaryen;
 extern crate rustc_const_math;
 extern crate rustc_data_structures;
 extern crate rustc_demangle;
@@ -63,7 +62,6 @@
 extern crate syntax_pos;
 extern crate rustc_errors as errors;
 extern crate serialize;
-#[cfg(windows)]
 extern crate cc; // Used to locate MSVC
 extern crate tempdir;