]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/issue-72340.rs
Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider
[rust.git] / src / test / rustdoc / issue-72340.rs
index 6ed3bfbe3e54bdcd64f54c9d89bdb4ebe39f43bc..64044cfe94720f5531b77147f04560653104b042 100644 (file)
@@ -10,7 +10,7 @@ pub fn empty() -> Self {
 }
 
 impl Default for Body {
-    // @has foo/struct.Body.html '//a/@href' '../foo/struct.Body.html#method.empty'
+    // @has foo/struct.Body.html '//a/@href' 'struct.Body.html#method.empty'
 
     /// Returns [`Body::empty()`](Body::empty).
     fn default() -> Body {