rollup merge of #21800: brson/unused_features

When it was un*known*_features it was reasonable to be deny by default.

cc #21798

r? @alexcrichton
This commit is contained in:
Alex Crichton 2015-02-02 10:58:05 -08:00
commit 387722b304
1 changed files with 1 additions and 1 deletions

View File

@ -2014,7 +2014,7 @@ declare_lint! {
declare_lint! {
pub UNUSED_FEATURES,
Deny,
Warn,
"unused or unknown features found in crate-level #[feature] directives"
}