about summary refs log tree commit diff
path: root/tests/rustdoc/intra-doc/prim-precedence.rs
diff options
context:
space:
mode:
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;