Skip to content

Commit ef9a647

Browse files
committed
Make old_vecs an error.
1 parent bf06dea commit ef9a647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn get_lint_dict() -> lint_dict {
107107
("old_vecs",
108108
@{lint: old_vecs,
109109
desc: "old (deprecated) vectors",
110-
default: warn}),
110+
default: error}),
111111

112112
("old_strs",
113113
@{lint: old_strs,

0 commit comments

Comments
 (0)