Inform clippy of supported compiler version in clippy.toml

This commit is contained in:
David Tolnay 2020-12-29 17:19:30 -08:00
parent 15791062d8
commit afe32c443c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

1
.clippy.toml Normal file
View File

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