We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd2d57 commit fa86c21Copy full SHA for fa86c21
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: c639a78dc4a9be4e5db0265cf8e73be28ce922f6
+refs/heads/master: 55461d888f63e7113f1ea40e586e4917abe4815b
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
trunk/src/librustc/middle/lint.rs
@@ -132,7 +132,7 @@ pub fn get_lint_dict() -> LintDict {
132
@LintSpec {
133
lint: unused_imports,
134
desc: "imports that are never used",
135
- default: allow
+ default: warn
136
}),
137
138
(@~"while_true",
0 commit comments