aboutsummaryrefslogtreecommitdiff
path: root/tests/expand/naming/enum-none.expanded.rs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-01 16:34:15 -0700
committerElliott Hughes <enh@google.com>2021-04-01 16:34:15 -0700
commita2c3c5670470c790d3e70ca3392536d4b69e708e (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /tests/expand/naming/enum-none.expanded.rs
parent798e77f9ad5a4fd5b91b5cdf19ad52b515818522 (diff)
downloadpin-project-a2c3c5670470c790d3e70ca3392536d4b69e708e.tar.gz
Upgrade rust/crates/pin-project to 1.0.6
Test: make Change-Id: Ie5387f10f0407e40e47531b42f4d672cfe370e27
Diffstat (limited to 'tests/expand/naming/enum-none.expanded.rs')
-rw-r--r--tests/expand/naming/enum-none.expanded.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expand/naming/enum-none.expanded.rs b/tests/expand/naming/enum-none.expanded.rs
index a44ee5f..a33491e 100644
--- a/tests/expand/naming/enum-none.expanded.rs
+++ b/tests/expand/naming/enum-none.expanded.rs
@@ -17,6 +17,7 @@ enum Enum<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 _: () = {
impl<T, U> Enum<T, U> {}