make more easy to revisit

This commit is contained in:
extrawurst 2022-10-19 13:50:11 +02:00
parent 6b5745f6c2
commit 6dfe5ea62a

View File

@ -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)]