Skip to content

Commit bf0da6c

Browse files
committed
Set ellipsis_inclusive_range_patterns lint to warn
1 parent 4137901 commit bf0da6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ declare_lint_pass!(
12751275

12761276
declare_lint! {
12771277
pub ELLIPSIS_INCLUSIVE_RANGE_PATTERNS,
1278-
Allow,
1278+
Warn,
12791279
"`...` range patterns are deprecated"
12801280
}
12811281

0 commit comments

Comments
 (0)