summaryrefslogtreecommitdiffstats
path: root/clippy.toml
blob: 027abc805fe9036b12ef21ebea455ad4818d8c03 (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.67"

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