Skip to content

Commit eaf8b76

Browse files
committed
Warn on old strs
1 parent 628d3e9 commit eaf8b76

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
@@ -112,7 +112,7 @@ fn get_lint_dict() -> lint_dict {
112112
("old_strs",
113113
@{lint: old_strs,
114114
desc: "old (deprecated) strings",
115-
default: ignore}),
115+
default: warn}),
116116

117117
("unrecognized_warning",
118118
@{lint: unrecognized_warning,

0 commit comments

Comments
 (0)