Skip to content

Commit 6dfe5ea

Browse files
committed
make more easy to revisit
1 parent 6b5745f commit 6dfe5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
clippy::bool_to_int_with_if,
2020
clippy::module_name_repetitions
2121
)]
22-
#![allow(clippy::missing_const_for_fn)] // high number of false positives on nightly
22+
// high number of false positives on nightly (as of Oct 2022 with 1.66.0-nightly)
23+
#![allow(clippy::missing_const_for_fn)]
2324

2425
//TODO:
2526
// #![deny(clippy::expect_used)]

0 commit comments

Comments
 (0)