11 lines
240 B
Text
11 lines
240 B
Text
|
[target.'cfg(feature = "cargo-clippy")']
|
||
|
rustflags = [
|
||
|
"-Dwarnings",
|
||
|
"-Dclippy::pedantic",
|
||
|
"-Dclippy::nursery",
|
||
|
"-Dclippy::cargo",
|
||
|
]
|
||
|
|
||
|
[registries]
|
||
|
staging = { index = "https://github.com/rust-lang/staging.crates.io-index" }
|