Skip to content

Commit 387722b

Browse files
committed
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
2 parents 1641c32 + f9f7ad7 commit 387722b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lint/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ declare_lint! {
20142014

20152015
declare_lint! {
20162016
pub UNUSED_FEATURES,
2017-
Deny,
2017+
Warn,
20182018
"unused or unknown features found in crate-level #[feature] directives"
20192019
}
20202020

0 commit comments

Comments
 (0)