Add clippy.toml

Explicitly sets the project MSRV so that clippy won't give warnings
for feature added after our MSRV
This commit is contained in:
Daniela Brozzoni 2023-03-02 19:38:45 +01:00
parent 5708bf0c8c
commit 96d932c830
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

1
clippy.toml Normal file
View File

@ -0,0 +1 @@
msrv="1.57.0"