finga
ea34691117
Deny warnings, so that those have to be fixed and enable 'pedantic', 'nursery' and 'cargo' clippy checks.
7 lines
149 B
Text
7 lines
149 B
Text
[target.'cfg(feature = "cargo-clippy")']
|
|
rustflags = [
|
|
"-Dwarnings",
|
|
"-Dclippy::pedantic",
|
|
"-Dclippy::nursery",
|
|
"-Dclippy::cargo",
|
|
]
|