Inform clippy of supported compiler version in clippy.toml

This commit is contained in:
David Tolnay 2020-12-29 16:23:19 -08:00
parent c0a56fefbe
commit 25f0be5e8f
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"