Skip to content

Commit

Permalink
build: allow clippy::cognitive_complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Mar 25, 2023
1 parent e232f74 commit 48d6c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
clippy::cast_sign_loss,
clippy::cast_possible_truncation,
clippy::redundant_pub_crate,
clippy::struct_excessive_bools
clippy::struct_excessive_bools,
clippy::cognitive_complexity
)]
#![forbid(unsafe_code)]
use crate::backend::Trace;
Expand Down

0 comments on commit 48d6c32

Please sign in to comment.