Skip to content

Commit

Permalink
patterns_in_fns_without_body -> deny
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Aug 3, 2019
1 parent 32a18ec commit f213acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ declare_lint! {

declare_lint! {
pub PATTERNS_IN_FNS_WITHOUT_BODY,
Warn,
Deny,
"patterns in functions without body were erroneously allowed"
}

Expand Down

0 comments on commit f213acf

Please sign in to comment.