aboutsummaryrefslogtreecommitdiff
path: root/tests/pin_project.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pin_project.rs')
-rw-r--r--tests/pin_project.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pin_project.rs b/tests/pin_project.rs
index aa08056..cbc67ce 100644
--- a/tests/pin_project.rs
+++ b/tests/pin_project.rs
@@ -711,6 +711,7 @@ fn dyn_type() {
struct TupleStruct4(#[pin] dyn core::fmt::Debug + Send);
}
+#[allow(clippy::trailing_empty_array)] // TODO: how do we handle this? Should propagate #[repr(...)] to ProjectionOwned?
#[test]
fn parse_self() {
macro_rules! mac {