From 6dfe5ea62afe6eb0a7cca30104cacf224ced827b Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 19 Oct 2022 13:50:11 +0200 Subject: [PATCH] make more easy to revisit --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a6c24d50..7b4b8888 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,8 @@ clippy::bool_to_int_with_if, clippy::module_name_repetitions )] -#![allow(clippy::missing_const_for_fn)] // high number of false positives on nightly +// high number of false positives on nightly (as of Oct 2022 with 1.66.0-nightly) +#![allow(clippy::missing_const_for_fn)] //TODO: // #![deny(clippy::expect_used)]