diff --git a/bin/chainofcommand/Cargo.toml b/bin/chainofcommand/Cargo.toml index 3c9dc275..c88b45e6 100644 --- a/bin/chainofcommand/Cargo.toml +++ b/bin/chainofcommand/Cargo.toml @@ -25,3 +25,6 @@ tokio-stream = { version = "0.1" } tokio-serial = "5.4" defer = "0.2" bytes = "1.7" + +[lints.clippy] +needless_return = "allow" # clippy hallucinates like chatgpt