cargo: fix feature = "cargo-clippy" deprecation

This commit is contained in:
Dimitris Apostolou
2024-02-28 14:51:23 +02:00
parent 372cd52e1b
commit 8fcce6e2a5
+1 -1
View File
@@ -1,7 +1,7 @@
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
[target.'cfg(feature = "cargo-clippy")']
[target.'cfg(clippy)']
rustflags = [
"-Wclippy::use_self",
"-Wclippy::needless_pass_by_value",