mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
11 lines
300 B
Text
11 lines
300 B
Text
[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",
|
|
]
|