Skip to content

Commit 376619d

Browse files
committed
Update testsuite/main.rs lint comment.
1 parent 00f3fc9 commit 376619d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testsuite/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#![warn(rust_2018_idioms)] // while we're getting used to 2018
1+
// See src/cargo/lib.rs for notes on these lint settings.
2+
#![warn(rust_2018_idioms)]
23
#![allow(clippy::all)]
34
#![warn(clippy::needless_borrow)]
45
#![warn(clippy::redundant_clone)]

0 commit comments

Comments
 (0)