We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/rustdoc/trait-object-safe.rs
1 parent c3ede70 commit 0fd3be9Copy full SHA for 0fd3be9
tests/rustdoc/trait-object-safe.rs
@@ -22,6 +22,6 @@ pub trait Safe {
22
}
23
24
// @has 'foo/struct.Foo.html'
25
-// @!has - '//*[@class="object-safety-info"]' ''
26
-// @!has - '//*[@id="object-safety"]' ''
+// @count - '//*[@class="object-safety-info"]' 0
+// @count - '//*[@id="object-safety"]' 0
27
pub struct Foo;
0 commit comments