mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-23 19:43:20 +00:00
5 lines
111 B
TOML
5 lines
111 B
TOML
disallowed-methods = [
|
|
"std::iter::Iterator::sum",
|
|
"regex::Regex::is_match",
|
|
"regex::Regex::new"
|
|
]
|