Commit fe351e9 1 parent 08d3a74 commit fe351e9 Copy full SHA for fe351e9
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ macro_rules! this_macro {
46
46
( ) => { } ;
47
47
}
48
48
49
+ // @has intra_links/struct.ThisType.html '//a/@href' '../intra_links/macro.this_macro.html'
50
+ /// another link to [`this_macro!()`]
49
51
pub struct ThisType ;
50
52
51
53
impl ThisType {
@@ -70,7 +72,7 @@ pub trait SoAmbiguous {}
70
72
pub fn SoAmbiguous ( ) { }
71
73
72
74
73
- // @has - '//a/@href' '../intra_links/struct.ThisType.html'
75
+ // @has intra_links/struct.SomeOtherType.html '//a/@href' '../intra_links/struct.ThisType.html'
74
76
// @has - '//a/@href' '../intra_links/struct.ThisType.html#method.this_method'
75
77
// @has - '//a/@href' '../intra_links/enum.ThisEnum.html'
76
78
// @has - '//a/@href' '../intra_links/enum.ThisEnum.html#variant.ThisVariant'
You can’t perform that action at this time.
0 commit comments