File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ pub struct MyStruct1;
1212// the same target but different text
1313
1414/// See also [crate::char] and [mod@char] and [prim@char]
15- // @has issue-108459 /struct.MyStruct2.html '//*[@href="char/index.html"]' 'crate::char'
15+ // @has issue_108459 /struct.MyStruct2.html '//*[@href="char/index.html"]' 'crate::char'
1616// @has - '//*[@href="char/index.html"]' 'char'
1717// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
1818pub struct MyStruct2 ;
1919
2020/// See also [mod@char] and [prim@char] and [crate::char]
21- // @has issue-108459 /struct.MyStruct3.html '//*[@href="char/index.html"]' 'crate::char'
21+ // @has issue_108459 /struct.MyStruct3.html '//*[@href="char/index.html"]' 'crate::char'
2222// @has - '//*[@href="char/index.html"]' 'char'
2323// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
2424pub struct MyStruct3 ;
@@ -27,11 +27,11 @@ pub struct MyStruct3;
2727// different targets
2828
2929/// See also [char][mod@char] and [char][prim@char]
30- // @has issue-108459 /struct.MyStruct4.html '//*[@href="char/index.html"]' 'char'
30+ // @has issue_108459 /struct.MyStruct4.html '//*[@href="char/index.html"]' 'char'
3131// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
3232pub struct MyStruct4 ;
3333
3434/// See also [char][prim@char] and [char][crate::char]
35- // @has issue-108459 /struct.MyStruct5.html '//*[@href="char/index.html"]' 'char'
35+ // @has issue_108459 /struct.MyStruct5.html '//*[@href="char/index.html"]' 'char'
3636// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
3737pub struct MyStruct5 ;
You can’t perform that action at this time.
0 commit comments