# Clippy configuration inspired by rotom's approach
# Provides fine-grained control over Clippy lints and thresholds
# Complexity thresholds
= 30
= 250
= 7
= 100
# Performance-related thresholds
= 256
= 128
= 4096
# Import and wildcard settings
= true
# Allow common panic/unwrap patterns in tests
= true
= true
= true
# Documentation settings
# List of valid identifiers that Clippy should not warn about in doc comments
= [
"uxie",
"DSL",
]