1 2 3 4 5 6 7
# Clippy configuration — flat key/value format only. # Lint levels (warn/deny/allow) belong in Cargo.toml [lints] or src attributes. cognitive-complexity-threshold = 30 too-many-arguments-threshold = 8 too-many-lines-threshold = 120 type-complexity-threshold = 500