Strenghten tests/rustdoc/trait-object-safe.rs
to prevent unforeseen regression
This commit is contained in:
parent
c3ede70d35
commit
0fd3be948a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue