Skip to content

Commit

Permalink
(clippy) allow complex types
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Jan 17, 2024
1 parent 9f0820c commit 2a49597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argmin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
// Explicitly disallow EQ comparison of floats. (This clippy lint is denied by default; however,
// this is just to make sure that it will always stay this way.)
#![deny(clippy::float_cmp)]
// Some types just are complex
#![allow(clippy::type_complexity)]

#[macro_use]
pub mod core;
Expand Down

0 comments on commit 2a49597

Please sign in to comment.