about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/span/issue-107353.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/span/issue-107353.rs b/tests/ui/span/issue-107353.rs
index 09c66f42d78..943f7f0eb19 100644
--- a/tests/ui/span/issue-107353.rs
+++ b/tests/ui/span/issue-107353.rs
@@ -1,3 +1,4 @@
+// ignore-tidy-linelength
 // Verify that span interning correctly handles having a span of exactly MAX_LEN length.
 // compile-flags: --crate-type=lib
 // check-pass