File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
extern crate macros;
16
16
17
17
// @has pub_use_extern_macros/macro.bar.html
18
- // @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
18
+ // @!has pub_use_extern_macros/index.html '//code' ' pub use macros::bar;'
19
19
pub use macros:: bar;
20
20
21
21
// @has pub_use_extern_macros/macro.baz.html
22
- // @!has pub_use_extern_macros/index.html 'pub use macros::baz;'
22
+ // @!has pub_use_extern_macros/index.html '//code' ' pub use macros::baz;'
23
23
#[ doc( inline) ]
24
24
pub use macros:: baz;
25
25
26
26
// @has pub_use_extern_macros/macro.quux.html
27
- // @!has pub_use_extern_macros/index.html 'pub use macros::quux;'
27
+ // @!has pub_use_extern_macros/index.html '//code' ' pub use macros::quux;'
28
28
#[ doc( hidden) ]
29
29
pub use macros:: quux;
You can’t perform that action at this time.
0 commit comments