mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +00:00
cargo: fix feature = "cargo-clippy" deprecation
This commit is contained in:
parent
372cd52e1b
commit
8fcce6e2a5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue