about summary refs log tree commit diff
path: root/tests/rustdoc/intra-doc/crate-relative-assoc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/intra-doc/crate-relative-assoc.rs')
-rw-r--r--tests/rustdoc/intra-doc/crate-relative-assoc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/intra-doc/crate-relative-assoc.rs b/tests/rustdoc/intra-doc/crate-relative-assoc.rs
index d4a0ecc35ae..1625b98dea6 100644
--- a/tests/rustdoc/intra-doc/crate-relative-assoc.rs
+++ b/tests/rustdoc/intra-doc/crate-relative-assoc.rs
@@ -5,7 +5,7 @@ pub mod io {
 }
 
 pub mod bufreader {
-    // @has crate_relative_assoc/bufreader/index.html '//a/@href' 'struct.TcpStream.html#method.read'
+    //@ has crate_relative_assoc/bufreader/index.html '//a/@href' 'struct.TcpStream.html#method.read'
     //! [`crate::TcpStream::read`]
     use crate::io::Read;
 }