about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local/hidden-use.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2022-08-13Update `@!has` name in testsNoah Lev-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-11rustdoc: Don't inline #[doc(hidden)] pub useOliver Middleton-0/+20
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.