# Clippy configuration file# See https://doc.rust-lang.org/clippy/ for more information# Configure threshold valuestoo-many-arguments-threshold=10too-many-lines-threshold=200cognitive-complexity-threshold=25array-size-threshold=20type-complexity-threshold=300