# Clippy configuration for rscni# Warn on functions with more than 7 argumentstoo-many-arguments-threshold=7# Set the maximum cognitive complexitycognitive-complexity-threshold=25# Set the maximum number of single char bindingssingle-char-binding-names-threshold=4