Sign in
rust
/
rust-clippy
/
refs/heads/master
/
.
/
tests
/
ui-toml
/
toml_replaceable_disallowed_methods
/
clippy.toml
blob: dc393f1355b5315a7a3508f1a89bd9f9168201ab [
file
] [
log
] [
blame
] [
edit
]
disallowed
-
methods
=
[
{
path
=
"replaceable_disallowed_methods::bad"
,
replacement
=
"good"
},
{
path
=
"replaceable_disallowed_methods::questionable"
,
replacement
=
"good"
,
reason
=
"a better function exists"
},
]