We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c9af5 commit acef039Copy full SHA for acef039
src/test/rustdoc/issue-43893.rs
@@ -13,22 +13,12 @@
13
#![crate_name = "foo"]
14
15
pub trait SomeTrait {}
16
-
17
pub struct SomeStruct;
18
19
-//
20
21
-// dummy
22
-// @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/issue-43893.rs.html#23-26'
23
-impl SomeTrait for usize {
+// @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/issue-43893.rs.html#19'
+impl SomeTrait for usize {}
24
25
26
-}
27
28
-// @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/issue-43893.rs.html#29-32'
+// @has foo/trait.SomeTrait.html '//a/@href' '../src/foo/issue-43893.rs.html#22-24'
29
impl SomeTrait for SomeStruct {
30
31
+ // deliberately multi-line impl
32
}
33
34
-// some trailer
0 commit comments