6 lines
195 B
TOML
6 lines
195 B
TOML
|
# Disallow sum and product methods which are prone to overflow.
|
||
|
disallowed-methods = [
|
||
|
"core::iter::traits::iterator::Iterator::sum",
|
||
|
"core::iter::traits::iterator::Iterator::product",
|
||
|
]
|