mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-11 12:48:43 +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"
|
|
]
|