Skip to content

Commit f20d586

Browse files
Update test
1 parent 19f1bad commit f20d586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/attributes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ pub extern "C" fn f() {}
88
#[export_name = "bar"]
99
pub extern "C" fn g() {}
1010

11-
// @has foo/enum.Foo.html '//*[@class="docblock attributes"]' '#[repr(i64)]'
12-
// @has foo/enum.Foo.html '//*[@class="docblock attributes"]' '#[must_use]'
11+
// @has foo/enum.Foo.html '//*[@class="docblock attributes top-attr"]' '#[repr(i64)]'
12+
// @has foo/enum.Foo.html '//*[@class="docblock attributes top-attr"]' '#[must_use]'
1313
#[repr(i64)]
1414
#[must_use]
1515
pub enum Foo {

0 commit comments

Comments
 (0)