aboutsummaryrefslogtreecommitdiff
path: root/tests/expand/naming/enum-own.expanded.rs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 22:12:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 22:12:03 +0000
commit8b0216024fdda67a39641ba9fda97415633cf3af (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /tests/expand/naming/enum-own.expanded.rs
parent4d27e9b9cb5823fba158a7fa5537a8b7c3e75e55 (diff)
parent7dd4d455b635e6c2fd238d17843c5911fd5f57c0 (diff)
downloadpin-project-8b0216024fdda67a39641ba9fda97415633cf3af.tar.gz
Upgrade rust/crates/pin-project to 1.0.6 am: a2c3c56704 am: b4dee5c785 am: 5af88c13c3 am: 7dd4d455b6
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1662597 Change-Id: I9a39b33ed687f52f942706dc3a70a3539cdf557e
Diffstat (limited to 'tests/expand/naming/enum-own.expanded.rs')
-rw-r--r--tests/expand/naming/enum-own.expanded.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expand/naming/enum-own.expanded.rs b/tests/expand/naming/enum-own.expanded.rs
index 091ad37..6ca558b 100644
--- a/tests/expand/naming/enum-own.expanded.rs
+++ b/tests/expand/naming/enum-own.expanded.rs
@@ -36,6 +36,7 @@ enum ProjOwn<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> {