File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// ignore-tidy-linelength
2
2
#![ deny( broken_intra_doc_links) ]
3
3
4
- pub mod char { }
4
+ pub mod char {
5
+ /// [char]
6
+ // @has intra_link_prim_precedence/char/struct.Inner.html '//a/@href' 'https://doc.rust-lang.org/nightly/std/primitive.char.html'
7
+ pub struct Inner ;
8
+ }
5
9
6
- /// See also [type @char]
10
+ /// See [prim @char]
7
11
// @has intra_link_prim_precedence/struct.MyString.html '//a/@href' 'https://doc.rust-lang.org/nightly/std/primitive.char.html'
8
12
pub struct MyString ;
9
13
10
- /// See also [char]
11
- // @has intra_link_prim_precedence/struct.MyString2.html '//a/@href' 'https://doc.rust-lang.org/nightly/std/primitive.char.html'
12
- pub struct MyString2 ;
13
-
14
14
/// See also [crate::char] and [mod@char]
15
- // @has intra_link_prim_precedence/struct.MyString3 .html '//*[@href="../intra_link_prim_precedence/char/index.html"]' 'crate::char'
15
+ // @has intra_link_prim_precedence/struct.MyString2 .html '//*[@href="../intra_link_prim_precedence/char/index.html"]' 'crate::char'
16
16
// @has - '//*[@href="../intra_link_prim_precedence/char/index.html"]' 'mod@char'
17
- pub struct MyString3 ;
17
+ pub struct MyString2 ;
You can’t perform that action at this time.
0 commit comments