This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11// ignore-tidy-linelength
22#![ deny( broken_intra_doc_links) ]
33
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+ }
59
6- /// See also [type @char]
10+ /// See [prim @char]
711// @has intra_link_prim_precedence/struct.MyString.html '//a/@href' 'https://doc.rust-lang.org/nightly/std/primitive.char.html'
812pub struct MyString ;
913
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-
1414/// 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'
1616// @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