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:
parent
773d121a20
commit
b49ef8c510
1 changed files with 2 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue