diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-02-11 18:07:06 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-02-11 18:07:06 +0000 |
| commit | 84bb373b2a6a33ea136ba7c09642c2e321f24c62 (patch) | |
| tree | 56064e26257273328cdc7337cd6029d5c7b2ed7f | |
| parent | e80afa6501a700cb7bd356ea1c26190f6e21e79a (diff) | |
| download | rust-84bb373b2a6a33ea136ba7c09642c2e321f24c62.tar.gz rust-84bb373b2a6a33ea136ba7c09642c2e321f24c62.zip | |
Pacify tidy.
| -rw-r--r-- | tests/ui/span/issue-107353.rs | 1 |
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 |
