about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local/glob-extern.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-0/+31
* Only inline public items when inlining glob imports. * Never inline while in a private module or a child of a private module. * Never inline impls. This allowed the removal of a workaround in the rendering code.