about summary refs log tree commit diff
path: root/src/test/rustdoc/struct-field.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/struct-field.rs')
-rw-r--r--src/test/rustdoc/struct-field.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc/struct-field.rs b/src/test/rustdoc/struct-field.rs
index 532e29bc691..974b863bb16 100644
--- a/src/test/rustdoc/struct-field.rs
+++ b/src/test/rustdoc/struct-field.rs
@@ -1,6 +1,5 @@
 #![crate_name = "foo"]
 
-// ignore-tidy-linelength
 
 // @has foo/index.html '//*[@class="docblock"]/p/a[@href="../foo/struct.Foo.html#structfield.bar"]' 'Foo::bar'
 // @has foo/index.html '//*[@class="docblock"]/p/a[@href="../foo/union.Bar.html#structfield.foo"]' 'Bar::foo'