Skip to content

Commit

Permalink
Disable missing const fn clippy lint
Browse files Browse the repository at this point in the history
This lint has too many false positives, and is becoming more annoying
than useful.
  • Loading branch information
shssoichiro committed Apr 11, 2022
1 parent cb476cf commit 1f48795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#![allow(clippy::enum_variant_names)]
// Performance lints
#![warn(clippy::linkedlist)]
#![warn(clippy::missing_const_for_fn)]
#![warn(clippy::mutex_integer)]
#![warn(clippy::suboptimal_flops)]
// Correctness lints
Expand Down

0 comments on commit 1f48795

Please sign in to comment.