]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc/trait-self-link.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / rustdoc / trait-self-link.rs
index 51e1fe91f96724921b75f7f542f2b07d546e7d9b..bac28b44012cc292763030594afca4c7f8610251 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_self_link/trait.Foo.html
 pub trait Foo {}
 
 pub struct Bar;