We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19b5ed commit 4cf0c5fCopy full SHA for 4cf0c5f
src/test/rustdoc/pub-use-extern-macros.rs
@@ -15,15 +15,15 @@
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;'
+// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::bar;'
19
pub use macros::bar;
20
21
// @has pub_use_extern_macros/macro.baz.html
22
-// @!has pub_use_extern_macros/index.html 'pub use macros::baz;'
+// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::baz;'
23
#[doc(inline)]
24
pub use macros::baz;
25
26
// @has pub_use_extern_macros/macro.quux.html
27
-// @!has pub_use_extern_macros/index.html 'pub use macros::quux;'
+// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::quux;'
28
#[doc(hidden)]
29
pub use macros::quux;
0 commit comments