about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local/glob-private.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-09-30let htmldocck.py check for directoriesQuietMisdreavus-0/+3
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-0/+49
* 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.