Inform clippy of supported compiler version in clippy.toml

This commit is contained in:
David Tolnay 2020-12-30 14:39:06 -08:00
parent b6f1ca6c44
commit 269ce4f613
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.34.0"