Merge pull request rust-lang/libm#333 from tgross35/msrv-ignore-warnings

Don't deny warnings when checking MSRV
This commit is contained in:
Trevor Gross 2024-10-27 23:30:58 -05:00 committed by GitHub
commit 99b8dfad4f

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: |