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.
1 parent 2a75cb9 commit 8f1a1f8Copy full SHA for 8f1a1f8
tests/rustdoc/private-mod-override-re-export.rs
@@ -11,4 +11,4 @@ mod m1 {
11
pub use m1::*;
12
use crate::m1::m2;
13
14
-//@ !has foo/index.html '//a[@href="m2/index.html"]' 'm2'
+//@ count foo/index.html '//a[@class="mod"]' 0
0 commit comments