mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
13 lines
322 B
TOML
13 lines
322 B
TOML
[target.x86_64-unknown-redox]
|
|
linker = "x86_64-unknown-redox-gcc"
|
|
|
|
[target.'cfg(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",
|
|
]
|
|
|