File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77pub trait SomeTrait { }
88pub struct SomeStruct ;
99
10- // @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/issue- 43893.rs.html#9 '
10+ // @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/src-links-implementor- 43893.rs.html#11 '
1111impl SomeTrait for usize { }
1212
13- // @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/issue- 43893.rs.html#12-14 '
13+ // @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/src-links-implementor- 43893.rs.html#14-16 '
1414impl SomeTrait for SomeStruct {
1515 // deliberately multi-line impl
1616}
1717
1818pub trait AnotherTrait { }
1919
20- // @has foo/trait.AnotherTrait.html '//a/@href' '../src/foo/issue- 43893.rs.html#19 '
20+ // @has foo/trait.AnotherTrait.html '//a/@href' '../src/foo/src-links-implementor- 43893.rs.html#21 '
2121impl < T > AnotherTrait for T { }
You can’t perform that action at this time.
0 commit comments