2016-03-06 07:40:25 -06:00
|
|
|
# that one is an error
|
2016-02-21 13:11:32 -06:00
|
|
|
foobar = 42
|
2023-04-08 08:53:50 -05:00
|
|
|
# so is this one
|
|
|
|
barfoo = 53
|
2016-03-06 07:40:25 -06:00
|
|
|
|
2024-01-20 21:58:22 -06:00
|
|
|
# when using underscores instead of dashes, suggest the correct one
|
|
|
|
allow_mixed_uninlined_format_args = true
|
|
|
|
|
2023-04-08 08:53:50 -05:00
|
|
|
# that one is ignored
|
2016-03-06 07:40:25 -06:00
|
|
|
[third-party]
|
|
|
|
clippy-feature = "nightly"
|