Skip to content

Commit

Permalink
Update testsuite/main.rs lint comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Apr 13, 2021
1 parent 00f3fc9 commit 376619d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testsuite/main.rs
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 376619d

Please sign in to comment.