]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_passes/lib.rs
Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv
[rust.git] / src / librustc_passes / lib.rs
index 143c1efed5a9382a37ec5c75a1a8781a64b5ec91..22566c813d86ae4da36bd7ed0994e989a566277a 100644 (file)
@@ -27,7 +27,6 @@
 #![feature(staged_api)]
 #![feature(rustc_private)]
 
-extern crate core;
 #[macro_use]
 extern crate rustc;
 extern crate rustc_const_eval;
@@ -48,5 +47,4 @@
 pub mod loops;
 pub mod mir_stats;
 pub mod no_asm;
-pub mod rvalues;
 pub mod static_recursion;