Update rustdoc test following DOM change

This commit is contained in:
Guillaume Gomez 2022-04-06 20:41:57 +02:00
parent d48a39a5e2
commit 56d0f9484b
1 changed files with 1 additions and 1 deletions

View File

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