4 lines
223 B
TOML
4 lines
223 B
TOML
disallowed-methods = [
|
|
{ path = "replaceable_disallowed_methods::bad", replacement = "good" },
|
|
{ path = "replaceable_disallowed_methods::questionable", replacement = "good", reason = "a better function exists" },
|
|
]
|