Skip to content

Commit 23a427a

Browse files
committed
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.
1 parent ce3a4b7 commit 23a427a

File tree

1 file changed

+2
-0
lines changed
  • compiler-builtins/libm/.github/workflows

1 file changed

+2
-0
lines changed

compiler-builtins/libm/.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
msrv:
3939
name: Check MSRV
4040
runs-on: ubuntu-latest
41+
env:
42+
RUSTFLAGS: # No need to check warnings on old MSRV, unset `-Dwarnings`
4143
steps:
4244
- uses: actions/checkout@master
4345
- run: |

0 commit comments

Comments
 (0)