diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0b0af2..2b9cdbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,6 +70,6 @@ repos: name: cargo-deny entry: cargo deny files: Cargo.(lock|toml) - args: ["--all-features", "check", "-D", "warnings"] + args: ["--all-features", "check"] language: rust pass_filenames: false