Files
rust/src
bors 2940eb54bd 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.
2016-06-14 05:04:38 -07:00
..
2016-06-03 11:44:30 +09:00
2016-06-05 20:26:24 +02:00
2016-06-07 21:29:35 +05:30
2016-05-27 08:06:17 +05:30
2016-05-29 08:40:34 +05:30
2016-06-10 18:26:42 -04:00
2016-06-05 12:19:37 +05:30
2016-05-29 08:47:51 +05:30
2016-06-05 09:45:47 +03:00
2016-06-09 21:47:58 +03:00