Make old_vecs an error.
This commit is contained in:
parent
bf06deafe6
commit
ef9a64709e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ fn get_lint_dict() -> lint_dict {
|
|||
("old_vecs",
|
||||
@{lint: old_vecs,
|
||||
desc: "old (deprecated) vectors",
|
||||
default: warn}),
|
||||
default: error}),
|
||||
|
||||
("old_strs",
|
||||
@{lint: old_strs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue