Skip to content

Commit 81de1b9

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 5d32848 commit 81de1b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)