summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/option-content-move.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/suggestions/option-content-move.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/suggestions/option-content-move.rs b/tests/ui/suggestions/option-content-move.rs
index 46c895b95..58efbe71f 100644
--- a/tests/ui/suggestions/option-content-move.rs
+++ b/tests/ui/suggestions/option-content-move.rs
@@ -1,3 +1,4 @@
+// run-rustfix
pub struct LipogramCorpora {
selections: Vec<(char, Option<String>)>,
}