1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

cargo: rename "config" to "config.toml"

This commit is contained in:
Daniel Hofstetter 2024-02-07 09:15:04 +01:00
parent 5c2ae5be4f
commit 744d94e630

13
.cargo/config.toml Normal file
View file

@ -0,0 +1,13 @@
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Wclippy::use_self",
"-Wclippy::needless_pass_by_value",
"-Wclippy::semicolon_if_nothing_returned",
"-Wclippy::single_char_pattern",
"-Wclippy::explicit_iter_loop",
"-Wclippy::if_not_else",
]