blob: 2b63f6e5c26f751daecc13e895efec004b2929b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# that one is an error
foobar = 42
# so is this one
barfoo = 53
# when using underscores instead of dashes, suggest the correct one
allow_mixed_uninlined_format_args = true
# that one is ignored
[third-party]
clippy-feature = "nightly"
|