Change the default level of unused_imports to warn

This commit is contained in:
Alex Crichton 2013-02-27 00:09:41 -05:00
parent c639a78dc4
commit 55461d888f

View file

@ -132,7 +132,7 @@ pub fn get_lint_dict() -> LintDict {
@LintSpec {
lint: unused_imports,
desc: "imports that are never used",
default: allow
default: warn
}),
(@~"while_true",