remove complexity lint

This commit is contained in:
AF 2023-08-04 18:17:03 +00:00
parent 98b67c0cdc
commit 248d5fe15d
2 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
cognitive-complexity-threshold = 3

View File

@ -1,8 +1,6 @@
//! # RADN
//! Rainbow something something Network.
#![warn(clippy::cognitive_complexity)]
pub mod atomic;
pub mod flow;
pub mod func;