run clippy on the MSRV

This commit is contained in:
Dustin J. Mitchell
2021-09-05 21:57:34 +00:00
parent 72b4941485
commit 91b2e1164f
2 changed files with 9 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
rust:
- "1.47" # MSRV
# MSRV; most not be higher than the clippy rust version in checks.yml
- "1.47"
- "stable"
os:
- ubuntu-latest