We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d9f19 commit d19b5edCopy full SHA for d19b5ed
src/test/rustdoc/pub-use-extern-macros.rs
@@ -15,6 +15,7 @@
15
extern crate macros;
16
17
// @has pub_use_extern_macros/macro.bar.html
18
+// @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
19
pub use macros::bar;
20
21
// @has pub_use_extern_macros/macro.baz.html
0 commit comments