Skip to content

Commit 56d0f94

Browse files
Update rustdoc test following DOM change
1 parent d48a39a commit 56d0f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/stability.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pub struct Unstable {
66
// @has stability/struct.Unstable.html \
7-
// '//div[@class="item-info"]//div[@class="stab unstable"]' \
7+
// '//span[@class="item-info"]//div[@class="stab unstable"]' \
88
// 'This is a nightly-only experimental API'
99
// @count stability/struct.Unstable.html '//span[@class="stab unstable"]' 0
1010
pub foo: u32,

0 commit comments

Comments
 (0)