summary refs log tree commit diff
path: root/tests/ui/suggestions/option-content-move.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/option-content-move.fixed')
-rw-r--r--tests/ui/suggestions/option-content-move.fixed2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/suggestions/option-content-move.fixed b/tests/ui/suggestions/option-content-move.fixed
index ef07d55871e..4a5a9483c20 100644
--- a/tests/ui/suggestions/option-content-move.fixed
+++ b/tests/ui/suggestions/option-content-move.fixed
@@ -1,5 +1,4 @@
 //@ run-rustfix
-#[allow(dead_code)]
 pub struct LipogramCorpora {
     selections: Vec<(char, Option<String>)>,
 }
@@ -18,7 +17,6 @@ impl LipogramCorpora {
     }
 }
 
-#[allow(dead_code)]
 pub struct LipogramCorpora2 {
     selections: Vec<(char, Result<String, String>)>,
 }