about summary refs log tree commit diff
path: root/src/libsyntax/errors
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-06-14 05:04:38 -0700
committerGitHub <noreply@github.com>2016-06-14 05:04:38 -0700
commit2940eb54bd805dfe45fbf3313688246427eccbc8 (patch)
treec667bf06cf3f809439f94f8dc0f0d73b793306c3 /src/libsyntax/errors
parent1af8f3e362fd1c931503703079467df027b57cdb (diff)
parenta7c467418fe552762dfff1be5405c35ef7407f38 (diff)
downloadrust-2940eb54bd805dfe45fbf3313688246427eccbc8.tar.gz
rust-2940eb54bd805dfe45fbf3313688246427eccbc8.zip
Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton
rustdoc: Don't inline #[doc(hidden)] pub use

Currently if a `#[doc(hidden)] pub use` item is inlined the `hidden`
attribute is ignored so the item can appear in the docs. By never inlining
such imports, they can be stripped.

An example in `std` is [`__OsLocalKeyInner`](https://doc.rust-lang.org/nightly/std/thread/struct.__OsLocalKeyInner.html) which clearly should not be documented.
Diffstat (limited to 'src/libsyntax/errors')
0 files changed, 0 insertions, 0 deletions