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