Skip to content

Commit ec16250

Browse files
Fix rustdoc/intra-doc/prim-precedence test
1 parent 73e1459 commit ec16250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc/intra-doc/prim-precedence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pub struct MyString;
1212

1313
/// See also [crate::char] and [mod@char]
1414
// @has prim_precedence/struct.MyString2.html '//*[@href="char/index.html"]' 'crate::char'
15-
// @has - '//*[@href="char/index.html"]' 'mod@char'
15+
// @has - '//*[@href="char/index.html"]' 'char'
1616
pub struct MyString2;

0 commit comments

Comments
 (0)