Warn on old strs

This commit is contained in:
Michael Sullivan 2012-07-13 17:59:59 -07:00
parent 628d3e9d38
commit eaf8b7675e

View file

@ -112,7 +112,7 @@ fn get_lint_dict() -> lint_dict {
("old_strs",
@{lint: old_strs,
desc: "old (deprecated) strings",
default: ignore}),
default: warn}),
("unrecognized_warning",
@{lint: unrecognized_warning,