]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/check-styled-link.rs
Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor
[rust.git] / src / test / rustdoc / check-styled-link.rs
index b479820dfb2eceda08cbe64fcdcc65a127e630a9..ed4a5ea21374b7b19e1c1b22e149f9e4e4380aeb 100644 (file)
@@ -2,7 +2,7 @@
 
 pub struct Foo;
 
-// @has foo/struct.Bar.html '//a[@href="../foo/struct.Foo.html"]' 'Foo'
+// @has foo/struct.Bar.html '//a[@href="struct.Foo.html"]' 'Foo'
 
 /// Code-styled reference to [`Foo`].
 pub struct Bar;