about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui-toml/toml_replaceable_disallowed_methods/clippy.toml
blob: dc393f1355b5315a7a3508f1a89bd9f9168201ab (plain)
1
2
3
4
disallowed-methods = [
    { path = "replaceable_disallowed_methods::bad", replacement = "good" },
    { path = "replaceable_disallowed_methods::questionable", replacement = "good", reason = "a better function exists" },
]