9 lines
128 B
TOML
9 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"
|