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 287ae4d commit 22e1576Copy full SHA for 22e1576
tests/rustdoc-json/reexport/pub_use_doc_hidden.rs
@@ -2,11 +2,12 @@
2
3
mod repeat_n {
4
#[doc(hidden)]
5
+ /// not here
6
pub struct RepeatN {}
7
}
8
9
+/// not here
10
pub use repeat_n::RepeatN;
11
12
// @count "$.index[*][?(@.name=='pub_use_doc_hidden')].inner.items[*]" 0
-// @!has "$.index[*][?(@.kind=='struct')]"
-// @!has "$.index[*][?(@.kind=='import')]"
13
+// @!has "$.index[*][?(@.docs == 'not here')]"
0 commit comments