mirror of https://github.com/rust-lang/rust.git
Update rustdoc test following DOM change
This commit is contained in:
parent
d48a39a5e2
commit
56d0f9484b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue