diff --git a/Cargo.toml b/Cargo.toml index 567afb39..1902c4cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,3 +268,6 @@ clippy.perf = { level = "deny", priority = -1 } # Suspicious clippy.suspicious = { level = "deny", priority = -1 } + +# Style +clippy.style = { level = "deny", priority = -1 }