]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/lib.rs
rustdoc: Do not expect `doc(primitive)` modules to always exist
[rust.git] / src / librustdoc / lib.rs
index 23e3de45fa5106f322b0963057110f594f9309d1..ef01b854e5a6961cbeb60c6f4afc41bd2e1b870d 100644 (file)
@@ -41,6 +41,7 @@
 extern crate rustc_expand;
 extern crate rustc_feature;
 extern crate rustc_hir;
+extern crate rustc_hir_analysis;
 extern crate rustc_hir_pretty;
 extern crate rustc_index;
 extern crate rustc_infer;
@@ -59,7 +60,6 @@
 extern crate rustc_span;
 extern crate rustc_target;
 extern crate rustc_trait_selection;
-extern crate rustc_typeck;
 extern crate test;
 
 // See docs in https://github.com/rust-lang/rust/blob/master/compiler/rustc/src/main.rs