Merge pull request rust-lang/libm#333 from tgross35/msrv-ignore-warnings
Don't deny warnings when checking MSRV
This commit is contained in:
commit
99b8dfad4f
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