File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
pub trait SomeTrait { }
8
8
pub struct SomeStruct ;
9
9
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 '
11
11
impl SomeTrait for usize { }
12
12
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 '
14
14
impl SomeTrait for SomeStruct {
15
15
// deliberately multi-line impl
16
16
}
17
17
18
18
pub trait AnotherTrait { }
19
19
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 '
21
21
impl < T > AnotherTrait for T { }
You can’t perform that action at this time.
0 commit comments