Update exhaustive matching to syn 1.0.90

This commit is contained in:
David Tolnay
2022-03-28 10:07:23 -07:00
parent 7e19ae8c94
commit b23a768414
7 changed files with 10 additions and 11 deletions
+4
View File
@@ -59,6 +59,10 @@ jobs:
- run: cd serde && cargo test --features derive,rc,unstable
- run: cd test_suite/no_std && cargo build
if: matrix.os != 'windows'
- run: cd serde_derive && cargo check --tests
env:
RUSTFLAGS: --cfg exhaustive ${{env.RUSTFLAGS}}
if: matrix.os != 'windows'
msrv:
name: Rust 1.13.0