12 lines
238 B
TOML
Raw Normal View History

2016-03-06 14:40:25 +01:00
# that one is an error
foobar = 42
# so is this one
barfoo = 53
2016-03-06 14:40:25 +01:00
# when using underscores instead of dashes, suggest the correct one
allow_mixed_uninlined_format_args = true
# that one is ignored
2016-03-06 14:40:25 +01:00
[third-party]
clippy-feature = "nightly"