We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e1459 commit ec16250Copy full SHA for ec16250
tests/rustdoc/intra-doc/prim-precedence.rs
@@ -12,5 +12,5 @@ pub struct MyString;
12
13
/// See also [crate::char] and [mod@char]
14
// @has prim_precedence/struct.MyString2.html '//*[@href="char/index.html"]' 'crate::char'
15
-// @has - '//*[@href="char/index.html"]' 'mod@char'
+// @has - '//*[@href="char/index.html"]' 'char'
16
pub struct MyString2;
0 commit comments