We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 380a77e + 374f53e commit a2cc4aeCopy full SHA for a2cc4ae
src/rustdoc-internals.md
@@ -55,8 +55,8 @@ The first step in [`clean::utils::krate`][ck1] is to invoke
55
* inlining public `use` exports of private items, or showing a "Reexport"
56
line in the module page
57
* inlining items with `#[doc(hidden)]` if the base item is hidden but the
58
- * showing `#[macro_export]`-ed macros at the crate root, regardless of where
59
- they're defined reexport is not
+ * showing `#[macro_export]`-ed macros at the crate root, regardless of whether
+ they're defined as a reexport or not
60
61
After this step, `clean::krate` invokes [`clean_doc_module`], which actually
62
converts the `HIR` items to the cleaned [`AST`][ast]. This is also the step where cross-
0 commit comments