summaryrefslogtreecommitdiffstats
path: root/clippy.toml
blob: 073c6d1fb5fdf98e0cbf6fbdc2e77fd7c9d58bfa (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.48.0"

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