Change the default level of unused_imports to warn
This commit is contained in:
parent
c639a78dc4
commit
55461d888f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue