Skip to content

Commit

Permalink
Set ellipsis_inclusive_range_patterns lint to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed May 30, 2019
1 parent 4137901 commit bf0da6c
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 @@ -1275,7 +1275,7 @@ declare_lint_pass!(

declare_lint! {
pub ELLIPSIS_INCLUSIVE_RANGE_PATTERNS,
Allow,
Warn,
"`...` range patterns are deprecated"
}

Expand Down

0 comments on commit bf0da6c

Please sign in to comment.