Inform clippy of supported compiler version in clippy.toml

This commit is contained in:
David Tolnay 2020-12-29 17:07:33 -08:00
parent cc8ab5800c
commit 4235341107
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 0 deletions

1
.clippy.toml Normal file
View File

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