diff --git a/Cargo.toml b/Cargo.toml index 8f3d323..2d3455d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,7 @@ resolver = "2" # Add debug symbols on release mode to allow debugging upstream code. # This does not affect library users debug = true + +[workspace.lints.clippy] +cargo = "warn" +pedantic = "warn"