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-json/reexport/pub_use_doc_hidden.rs
1 parent e6c1db7 commit 2e1fcd6Copy full SHA for 2e1fcd6
tests/rustdoc-json/reexport/pub_use_doc_hidden.rs
@@ -6,8 +6,9 @@ mod repeat_n {
6
pub struct RepeatN {}
7
}
8
9
-/// not here
+/// is here
10
pub use repeat_n::RepeatN;
11
12
// @count "$.index[*][?(@.name=='pub_use_doc_hidden')].inner.items[*]" 0
13
+// @has "$.index[*][?(@.docs == 'is here')]"
14
// @!has "$.index[*][?(@.docs == 'not here')]"
0 commit comments