Don't deny warnings when checking MSRV

1.63 reports some false positive lints that we don't need to worry
about. Make sure we don't fail CI for this.
This commit is contained in:
Trevor Gross 2024-10-27 23:17:52 -05:00
parent 773d121a20
commit b49ef8c510

View file

@ -38,6 +38,8 @@ jobs:
msrv:
name: Check MSRV
runs-on: ubuntu-latest
env:
RUSTFLAGS: # No need to check warnings on old MSRV, unset `-Dwarnings`
steps:
- uses: actions/checkout@master
- run: |