about summary refs log tree commit diff
path: root/src/test/rustdoc/async-fn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/async-fn.rs')
-rw-r--r--src/test/rustdoc/async-fn.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc/async-fn.rs b/src/test/rustdoc/async-fn.rs
index aa4ad261c80..4b66b5271c5 100644
--- a/src/test/rustdoc/async-fn.rs
+++ b/src/test/rustdoc/async-fn.rs
@@ -1,4 +1,3 @@
-// ignore-tidy-linelength
 // edition:2018
 // @has async_fn/fn.foo.html '//pre[@class="rust fn"]' 'pub async fn foo() -> Option<Foo>'
 pub async fn foo() -> Option<Foo> {