summaryrefslogtreecommitdiffstats
path: root/clippy.toml
blob: bc65e5e66154021e88283f5224b17c1b2ac66738 (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.60.0"

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