Merge pull request #6027 from rex4539/clippy

cargo: fix feature = "cargo-clippy" deprecation
This commit is contained in:
Daniel Hofstetter
2024-02-28 14:39:51 +01:00
committed by GitHub
+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",