]> git.proxmox.com Git - cargo.git/commitdiff
Update testsuite/main.rs lint comment.
authorEric Huss <eric@huss.org>
Tue, 13 Apr 2021 19:25:13 +0000 (12:25 -0700)
committerEric Huss <eric@huss.org>
Tue, 13 Apr 2021 19:25:13 +0000 (12:25 -0700)
tests/testsuite/main.rs

index 50a3e299ab9323dca3ee1e0cdcf6406ad4997d8f..8cff78e7f33561613b0757fabc406289fab7cd78 100644 (file)
@@ -1,4 +1,5 @@
-#![warn(rust_2018_idioms)] // while we're getting used to 2018
+// See src/cargo/lib.rs for notes on these lint settings.
+#![warn(rust_2018_idioms)]
 #![allow(clippy::all)]
 #![warn(clippy::needless_borrow)]
 #![warn(clippy::redundant_clone)]