Test exhaustiveness of expr match

This commit is contained in:
David Tolnay 2023-03-22 17:45:59 -07:00
parent c78c0956f2
commit c3f226a5b8
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 8 additions and 1 deletions

View file

@ -54,6 +54,8 @@ jobs:
- run: cargo update
- run: cargo check
- run: cargo test
env:
RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.rust == 'nightly' && '--cfg exhaustive' || ''}}
clippy:
name: Clippy