aboutsummaryrefslogtreecommitdiff
path: root/tests/expand/naming/enum-own.expanded.rs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 21:34:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 21:34:15 +0000
commit7dd4d455b635e6c2fd238d17843c5911fd5f57c0 (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /tests/expand/naming/enum-own.expanded.rs
parent29e6060f1a2a712676c834ee8abbfa309fe07403 (diff)
parent5af88c13c3c5afa7f70665ba03d6999029edd86c (diff)
downloadpin-project-7dd4d455b635e6c2fd238d17843c5911fd5f57c0.tar.gz
Upgrade rust/crates/pin-project to 1.0.6 am: a2c3c56704 am: b4dee5c785 am: 5af88c13c3
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1662597 Change-Id: Ic983b831c32686e7e4a3a751373b30828617aa7d
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> {