Skip to content

Commit 4ade6eb

Browse files
Add test for new implementations section title
1 parent cf18482 commit 4ade6eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#![crate_name = "foo"]
2+
3+
pub struct Struc;
4+
5+
// @has foo/struct.Struc.html
6+
// @has - '//*[@id="main"]/h2[@id="implementations"]' "Implementations"
7+
impl Struc {
8+
pub const S: u64 = 0;
9+
}

0 commit comments

Comments
 (0)