# Clippy configuration for stepper-motion# https://doc.rust-lang.org/clippy/# Minimum supported Rust versionmsrv="1.70"# Cognitive complexity thresholdcognitive-complexity-threshold=25# Maximum number of function argumentstoo-many-arguments-threshold=10# Maximum lines in a functiontoo-many-lines-threshold=200