coreutils/.cargo/config

12 lines
300 B
Text
Raw Normal View History

[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
2022-01-30 20:25:09 +00:00
[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",
]