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 10eb56f commit 00f3fc9Copy full SHA for 00f3fc9
src/cargo/lib.rs
@@ -1,6 +1,7 @@
1
-#![cfg_attr(test, deny(warnings))]
2
-// While we're getting used to 2018:
+// For various reasons, some idioms are still allow'ed, but we would like to
+// test and enforce them.
3
#![warn(rust_2018_idioms)]
4
+#![cfg_attr(test, deny(warnings))]
5
// Due to some of the default clippy lints being somewhat subjective and not
6
// necessarily an improvement, we prefer to not use them at this time.
7
#![allow(clippy::all)]
0 commit comments