We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5793a9e commit 2f6b061Copy full SHA for 2f6b061
compiler/rustc_hir/src/lib.rs
@@ -33,6 +33,7 @@ pub mod weak_lang_items;
33
#[cfg(test)]
34
mod tests;
35
36
+#[doc(no_inline)]
37
pub use hir::*;
38
pub use hir_id::*;
39
pub use lang_items::{LangItem, LanguageItems};
0 commit comments