rustdoc icon indicating copy to clipboard operation
rustdoc copied to clipboard

Do not document items that are not visible from the crate root

Open euclio opened this issue 7 years ago • 2 comments

Private items should not appear in documentation. This is blocked by https://github.com/rust-lang/rust/issues/43521 and https://github.com/nrc/rls-analysis/issues/79.

euclio avatar Jul 28 '17 14:07 euclio

I am marking this as medium because its difficulty depends entirely upon the upstream issue, this might be downgraded to easy afterwards, we'll see.

steveklabnik avatar Aug 08 '17 19:08 steveklabnik

Update: the rustc stuff has landed, but rls-analysis still needs to update.

steveklabnik avatar Nov 28 '17 15:11 steveklabnik