From 2cfca3511b4da5d151e2c0cb3975beabba08dd4c Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Wed, 6 May 2020 18:54:43 -0700 Subject: Upgrade rust/crates/syn to 1.0.19 Test: None Change-Id: I1a75beb98d165ed3998145eae339a23526412cfa --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 132a65cb..6d0a85e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -242,7 +242,7 @@ //! dynamic library libproc_macro from rustc toolchain. // Syn types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/syn/1.0.18")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.19")] #![deny(clippy::all, clippy::pedantic)] // Ignored clippy lints. #![allow( @@ -252,6 +252,7 @@ clippy::eval_order_dependence, clippy::inherent_to_string, clippy::large_enum_variant, + clippy::match_on_vec_items, clippy::needless_doctest_main, clippy::needless_pass_by_value, clippy::never_loop, -- cgit v1.2.3