Skip to content

Commit 385e41c

Browse files
authored
Merge pull request rust-lang#333 from tgross35/msrv-ignore-warnings
Don't deny warnings when checking MSRV
2 parents 5d32848 + 81de1b9 commit 385e41c

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)