We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f3fc9 commit 376619dCopy full SHA for 376619d
tests/testsuite/main.rs
@@ -1,4 +1,5 @@
1
-#![warn(rust_2018_idioms)] // while we're getting used to 2018
+// See src/cargo/lib.rs for notes on these lint settings.
2
+#![warn(rust_2018_idioms)]
3
#![allow(clippy::all)]
4
#![warn(clippy::needless_borrow)]
5
#![warn(clippy::redundant_clone)]
0 commit comments