about summary refs log tree commit diff
path: root/tests/rustdoc-json/fn_pointer/abi.rs
diff options
context:
space:
mode:
authorNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-03-03 19:59:12 +0100
committerNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-03-03 19:59:54 +0100
commitdfed028e788702a313ad49754e5d7ec64ffa61cf (patch)
tree6dd05b8ac43f9675b6b8afbac7ff705f5864a669 /tests/rustdoc-json/fn_pointer/abi.rs
parent81d8edc2000aa38b08ad09fce22d90f1990b6459 (diff)
downloadrust-dfed028e788702a313ad49754e5d7ec64ffa61cf.tar.gz
rust-dfed028e788702a313ad49754e5d7ec64ffa61cf.zip
Always allow rustdoc-json tests to contain long lines
The rustdoc-json test syntax often requires very long lines, so the checks
for long lines aren't really useful.
Diffstat (limited to 'tests/rustdoc-json/fn_pointer/abi.rs')
-rw-r--r--tests/rustdoc-json/fn_pointer/abi.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rustdoc-json/fn_pointer/abi.rs b/tests/rustdoc-json/fn_pointer/abi.rs
index 03fbb3b795d..13a967bd35e 100644
--- a/tests/rustdoc-json/fn_pointer/abi.rs
+++ b/tests/rustdoc-json/fn_pointer/abi.rs
@@ -1,5 +1,3 @@
-// ignore-tidy-linelength
-
 #![feature(abi_vectorcall)]
 
 //@ is "$.index[*][?(@.name=='AbiRust')].inner.type_alias.type.function_pointer.header.abi" \"Rust\"