about summary refs log tree commit diff
path: root/tests/rustdoc/intra-doc/prim-precedence.rs
diff options
context:
space:
mode:
authorbenediktwerner <1benediktwerner@gmail.com>2023-02-25 17:52:25 +0100
committerBenedikt Werner <1benediktwerner@gmail.com>2023-05-30 21:22:30 +0200
commit9968f3ce55d83baf916d55920b721d737581efc7 (patch)
treea0f51c9b122caccefaeac77d5b3bf4f822937266 /tests/rustdoc/intra-doc/prim-precedence.rs
parent26c98689f2060ec834dbe8b8e80b24b31ffd48f2 (diff)
downloadrust-9968f3ce55d83baf916d55920b721d737581efc7.tar.gz
rust-9968f3ce55d83baf916d55920b721d737581efc7.zip
rustdoc: Fix LinkReplacer link matching
Diffstat (limited to 'tests/rustdoc/intra-doc/prim-precedence.rs')
-rw-r--r--tests/rustdoc/intra-doc/prim-precedence.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/intra-doc/prim-precedence.rs b/tests/rustdoc/intra-doc/prim-precedence.rs
index 25625b95277..c5a64e42a01 100644
--- a/tests/rustdoc/intra-doc/prim-precedence.rs
+++ b/tests/rustdoc/intra-doc/prim-precedence.rs
@@ -12,5 +12,5 @@ pub struct MyString;
 
 /// See also [crate::char] and [mod@char]
 // @has prim_precedence/struct.MyString2.html '//*[@href="char/index.html"]' 'crate::char'
-// @has - '//*[@href="char/index.html"]' 'mod@char'
+// @has - '//*[@href="char/index.html"]' 'char'
 pub struct MyString2;