mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 04:57:17 +00:00
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",
|
||
|
]
|