]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib.rs
Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton"
[rust.git] / src / librustc / lib.rs
index 76588dfa5e25e041afde0d71cb5873be8ff0a8b9..97e59e65d71ae104a320e1f740cb60762d2ec73e 100644 (file)
@@ -66,8 +66,6 @@
 extern crate bitflags;
 #[macro_use]
 extern crate scoped_tls;
-#[cfg(windows)]
-extern crate libc;
 #[macro_use]
 extern crate rustc_macros;
 #[macro_use]
 
 pub mod util {
     pub mod bug;
-    pub mod captures;
     pub mod common;
-    pub mod nodemap;
 }
 
 // Allows macros to refer to this crate as `::rustc`