mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 09:27:25 +00:00
8 lines
128 B
TOML
8 lines
128 B
TOML
# that one is an error
|
|
foobar = 42
|
|
# so is this one
|
|
barfoo = 53
|
|
|
|
# that one is ignored
|
|
[third-party]
|
|
clippy-feature = "nightly"
|