summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/toml_unknown_key/clippy.toml
blob: 554b87cc50be176bd8cb1920fbc26b11d0e557a0 (plain)
1
2
3
4
5
6
# that one is an error
foobar = 42

# that one is white-listed
[third-party]
clippy-feature = "nightly"