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
+1
View File
@@ -60,6 +60,7 @@
clippy::use_self,
clippy::wildcard_imports
)]
#![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))]
#[macro_use]
extern crate quote;