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 1515extern crate macros;
1616
1717// @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;'
1919pub use macros:: bar;
2020
2121// @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;'
2323#[ doc( inline) ]
2424pub use macros:: baz;
2525
2626// @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;'
2828#[ doc( hidden) ]
2929pub use macros:: quux;
You can’t perform that action at this time.
0 commit comments