docs: fix typo #61197

This commit is contained in:
airt 2019-05-26 12:17:33 +08:00 committed by GitHub
parent 483567e097
commit dbf8c6df9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ mod bar {
Now we'll have a `Re-exports` line, and `Bar` will not link to anywhere. 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 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)]` ## `#[doc(hidden)]`