about summary refs log tree commit diff
path: root/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/extra-impl-in-trait-impl.fixed')
-rw-r--r--tests/ui/impl-trait/extra-impl-in-trait-impl.fixed1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed b/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed
index 886fc1d0058..d8eceeff678 100644
--- a/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed
+++ b/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed
@@ -1,5 +1,6 @@
 //@ run-rustfix
 
+#![allow(dead_code)]
 struct S<T>(T);
 struct S2;