1 2 3 4 5 6 7 8 9 10
# Global Clippy configuration too-many-arguments-threshold = 30 disallowed-methods = [] disallowed-types = [] # Allow approximate constants in tests - these are often testing against known reference values allow-expect-in-tests = true allow-unwrap-in-tests = true