about summary refs log tree commit diff
path: root/src/test/debuginfo/recursive-struct.rs
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-04-22 16:15:50 +0100
committervarkor <github@varkor.com>2019-04-23 11:42:14 +0100
commit62838975d005b01c110a355a6e60cdedc08ecd48 (patch)
treea521be9bbf5c474aea95e55be5e2deffcf66293c /src/test/debuginfo/recursive-struct.rs
parent51b2ecf78add935bd5192f15aa65b2e83975ed26 (diff)
downloadrust-62838975d005b01c110a355a6e60cdedc08ecd48.tar.gz
rust-62838975d005b01c110a355a6e60cdedc08ecd48.zip
Remove unnecessary ignore-tidy-linelength
Diffstat (limited to 'src/test/debuginfo/recursive-struct.rs')
-rw-r--r--src/test/debuginfo/recursive-struct.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/recursive-struct.rs b/src/test/debuginfo/recursive-struct.rs
index 8fb83b7956b..4f75ef4fa9b 100644
--- a/src/test/debuginfo/recursive-struct.rs
+++ b/src/test/debuginfo/recursive-struct.rs
@@ -1,4 +1,3 @@
-// ignore-tidy-linelength
 // ignore-lldb
 
 // Require LLVM with DW_TAG_variant_part and a gdb that can read it.