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. |
||
|---|---|---|
| .. | ||
| hidden-use.rs | ||
| issue-28537.rs | ||
| issue-32343.rs | ||
| please_inline.rs | ||
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. |
||
|---|---|---|
| .. | ||
| hidden-use.rs | ||
| issue-28537.rs | ||
| issue-32343.rs | ||
| please_inline.rs | ||