Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakis

Make `private_in_public` compatibility lint warn-by-default again

More details: https://internals.rust-lang.org/t/regression-report-stable-2016-08-16-vs-beta-2016-08-26/3930/10

r? @nikomatsakis
This commit is contained in:
bors 2016-09-14 12:04:30 -07:00 committed by GitHub
commit 5bdf79bf37
6 changed files with 11 additions and 3 deletions

View file

@ -114,7 +114,7 @@ declare_lint! {
declare_lint! {
pub PRIVATE_IN_PUBLIC,
Deny,
Warn,
"detect private items in public interfaces not caught by the old implementation"
}