]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/trait-self-link.rs
Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider
[rust.git] / src / test / rustdoc / trait-self-link.rs
index bac28b44012cc292763030594afca4c7f8610251..e311dadff0e637f1393573cbbc00a4600df289cc 100644 (file)
@@ -1,4 +1,4 @@
-// @has trait_self_link/trait.Foo.html //a/@href ../trait_self_link/trait.Foo.html
+// @has trait_self_link/trait.Foo.html //a/@href trait.Foo.html
 pub trait Foo {}
 
 pub struct Bar;