about summary refs log tree commit diff
path: root/src/test/rustdoc
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/rustdoc
parent51b2ecf78add935bd5192f15aa65b2e83975ed26 (diff)
downloadrust-62838975d005b01c110a355a6e60cdedc08ecd48.tar.gz
rust-62838975d005b01c110a355a6e60cdedc08ecd48.zip
Remove unnecessary ignore-tidy-linelength
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/empty-mod-private.rs1
-rw-r--r--src/test/rustdoc/extern-html-root-url.rs2
-rw-r--r--src/test/rustdoc/method-list.rs2
-rw-r--r--src/test/rustdoc/pub-method.rs1
4 files changed, 0 insertions, 6 deletions
diff --git a/src/test/rustdoc/empty-mod-private.rs b/src/test/rustdoc/empty-mod-private.rs
index 12576a1b535..c2a98049a48 100644
--- a/src/test/rustdoc/empty-mod-private.rs
+++ b/src/test/rustdoc/empty-mod-private.rs
@@ -1,4 +1,3 @@
-// ignore-tidy-linelength
 // compile-flags: --document-private-items
 
 // @has 'empty_mod_private/index.html' '//a[@href="foo/index.html"]' 'foo'
diff --git a/src/test/rustdoc/extern-html-root-url.rs b/src/test/rustdoc/extern-html-root-url.rs
index 674d0305f2e..60b7b28ae4a 100644
--- a/src/test/rustdoc/extern-html-root-url.rs
+++ b/src/test/rustdoc/extern-html-root-url.rs
@@ -1,5 +1,3 @@
-// ignore-tidy-linelength
-
 // compile-flags:-Z unstable-options --extern-html-root-url core=https://example.com/core/0.1.0
 
 // @has extern_html_root_url/index.html
diff --git a/src/test/rustdoc/method-list.rs b/src/test/rustdoc/method-list.rs
index f84be3eb3f7..9f24e817fd3 100644
--- a/src/test/rustdoc/method-list.rs
+++ b/src/test/rustdoc/method-list.rs
@@ -1,5 +1,3 @@
-// ignore-tidy-linelength
-
 #![crate_name = "foo"]
 
 // @has foo/struct.Foo.html
diff --git a/src/test/rustdoc/pub-method.rs b/src/test/rustdoc/pub-method.rs
index 01e5141fe25..8e88b2b5901 100644
--- a/src/test/rustdoc/pub-method.rs
+++ b/src/test/rustdoc/pub-method.rs
@@ -1,4 +1,3 @@
-// ignore-tidy-linelength
 // compile-flags: --document-private-items
 
 #![crate_name = "foo"]