Skip to content

Commit

Permalink
docs: fix typo #61197
Browse files Browse the repository at this point in the history
  • Loading branch information
airt committed May 26, 2019
1 parent 483567e commit dbf8c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/the-doc-attribute.md
Expand Up @@ -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)]`

Expand Down

0 comments on commit dbf8c6d

Please sign in to comment.