Strenghten tests/rustdoc/trait-object-safe.rs
to prevent unforeseen regression
This commit is contained in:
parent
c3ede70d35
commit
0fd3be948a
@ -22,6 +22,6 @@ pub trait Safe {
|
||||
}
|
||||
|
||||
// @has 'foo/struct.Foo.html'
|
||||
// @!has - '//*[@class="object-safety-info"]' ''
|
||||
// @!has - '//*[@id="object-safety"]' ''
|
||||
// @count - '//*[@class="object-safety-info"]' 0
|
||||
// @count - '//*[@id="object-safety"]' 0
|
||||
pub struct Foo;
|
||||
|
Loading…
Reference in New Issue
Block a user