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/struct-none.expanded.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/expand/naming/struct-none.expanded.rs') diff --git a/tests/expand/naming/struct-none.expanded.rs b/tests/expand/naming/struct-none.expanded.rs index ac878b8..2528ece 100644 --- a/tests/expand/naming/struct-none.expanded.rs +++ b/tests/expand/naming/struct-none.expanded.rs @@ -13,6 +13,7 @@ struct Struct { #[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