Remove soon-to-be deprecated clippy.toml in the crypto crate (#2322)

fix(crypto): remove soon-to-be deprecated `clippy.toml` in favour of clippy key in `Cargo.toml`
This commit is contained in:
jake 2024-04-15 13:35:07 +01:00 committed by GitHub
parent a59c496ae0
commit 10df655fba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -108,6 +108,9 @@ criterion = "0.5.1"
paste = "1.0.14"
tempfile = "3.10.1"
[clippy]
allow = ["unwrap_in_tests"]
[[bench]]
path = "benches/crypto/aes-256-gcm-siv.rs"
name = "aes-256-gcm-siv"

View file

@ -1 +0,0 @@
allow-unwrap-in-tests = true