about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-02-11 18:07:06 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-02-11 18:07:06 +0000
commit84bb373b2a6a33ea136ba7c09642c2e321f24c62 (patch)
tree56064e26257273328cdc7337cd6029d5c7b2ed7f
parente80afa6501a700cb7bd356ea1c26190f6e21e79a (diff)
downloadrust-84bb373b2a6a33ea136ba7c09642c2e321f24c62.tar.gz
rust-84bb373b2a6a33ea136ba7c09642c2e321f24c62.zip
Pacify tidy.
-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