fif/clippy.toml
Lynne aeb7c05377
bump msrv to 1.54.0
this entails:
- updating clap to the latest version (3.0.0-beta.4)
- removing the version restrictions on smartstring and bitflags
- updating various config files to match the new MSRV
- constifying a function that contained a match statement, and therefore couldn't be made const until now
- updating the all-important readme badge
2021-09-24 16:34:58 +10:00

3 lines
No EOL
125 B
TOML

# avoid-breaking-exported-api = false # only available on nightly for now
cognitive-complexity-threshold = 15
msrv = "1.54.0"