White-Whale-Defi-Platform/white-whale-core

Supress clippy warnings on python code used in stableswap_3pool

Opened this issue · 0 comments

There is a python code that is failing on cargo clippy due to using a deprecated function.

Disable clippy for this file so the CI can operate normally:

contracts/liquidity_hub/pool-network/stableswap_3pool/sim/src/lib.rs


Note: to be done once the audit is completed.