Inform clippy of supported compiler version in clippy.toml

This commit is contained in:
David Tolnay 2020-12-29 15:49:31 -08:00
parent b4c14554aa
commit cff6f30d38
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.48.0"