]> git.lizzy.rs Git - rust.git/commit
Hide trait impl with private trait type parameter
authorChristian Duerr <contact@christianduerr.com>
Thu, 30 Nov 2017 20:18:36 +0000 (21:18 +0100)
committerChristian Duerr <contact@christianduerr.com>
Thu, 30 Nov 2017 20:18:36 +0000 (21:18 +0100)
commit1df13c057a7f1937170fe600d24256f0bf943ec2
treeff7abedf96e6a30f199966b223c39e8e0fb514e2
parentec337b613ec5519a54f2948f9d8b7beea5cba86b
Hide trait impl with private trait type parameter

Trait's implementations with private type parameters were displayed in
the implementing struct's documentation until now.

With this change any trait implementation that uses a private type
parameter is now hidden in the docs.
src/librustdoc/passes/mod.rs
src/test/rustdoc/issue-46380-2.rs [new file with mode: 0644]