From a2c3c5670470c790d3e70ca3392536d4b69e708e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 1 Apr 2021 16:34:15 -0700 Subject: Upgrade rust/crates/pin-project to 1.0.6 Test: make Change-Id: Ie5387f10f0407e40e47531b42f4d672cfe370e27 --- tests/expand/naming/tuple_struct-none.expanded.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/expand/naming/tuple_struct-none.expanded.rs') diff --git a/tests/expand/naming/tuple_struct-none.expanded.rs b/tests/expand/naming/tuple_struct-none.expanded.rs index 0c5cc1d..3e8e306 100644 --- a/tests/expand/naming/tuple_struct-none.expanded.rs +++ b/tests/expand/naming/tuple_struct-none.expanded.rs @@ -9,6 +9,7 @@ struct TupleStruct(#[pin] T, U); #[allow(clippy::unknown_clippy_lints)] #[allow(clippy::pattern_type_mismatch)] #[allow(clippy::redundant_pub_crate)] +#[allow(clippy::semicolon_if_nothing_returned)] #[allow(clippy::used_underscore_binding)] const _: () = { #[allow(box_pointers)] -- cgit v1.2.3