Skip to content

Commit

Permalink
Changed unused_labels lint default from allow to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Nov 16, 2019
1 parent ed56f86 commit 34a45a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/builtin.rs
Expand Up @@ -327,7 +327,7 @@ declare_lint! {

declare_lint! {
pub UNUSED_LABELS,
Allow,
Warn,
"detects labels that are never used"
}

Expand Down

0 comments on commit 34a45a5

Please sign in to comment.