summaryrefslogtreecommitdiffstats
path: root/clippy.toml
blob: ef4e5d922b376b38c35cce8b275527772a1d0333 (plain)
1
2
3
4
5
6
7
# Disabled until we use at least Rust 1.49.0, which is the first
# version that supports the msrv field.
msrv = "1.56.1"

enum-variant-size-threshold = 512
too-many-arguments-threshold = 10
type-complexity-threshold = 500