mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #6027 from rex4539/clippy
cargo: fix feature = "cargo-clippy" deprecation
This commit is contained in:
commit
18c9da349c
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…
Add table
Add a link
Reference in a new issue