mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
docs: fix typo #61197
This commit is contained in:
parent
483567e097
commit
dbf8c6df9d
@ -202,7 +202,7 @@ mod bar {
|
||||
Now we'll have a `Re-exports` line, and `Bar` will not link to anywhere.
|
||||
|
||||
One special case: In Rust 2018 and later, if you `pub use` one of your dependencies, `rustdoc` will
|
||||
not eagerly inline it as a module unless you add `#[doc(inline)}`.
|
||||
not eagerly inline it as a module unless you add `#[doc(inline)]`.
|
||||
|
||||
## `#[doc(hidden)]`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user