rust/tests/ui-toml/toml_unknown_key/clippy.toml

12 lines
238 B
TOML
Raw Normal View History

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