rust/tests/ui-toml/toml_disallowed_method/clippy.toml

6 lines
111 B
TOML
Raw Normal View History

disallowed-methods = [
"std::iter::Iterator::sum",
"regex::Regex::is_match",
"regex::Regex::new"
]