Skip to content

Commit d19b5ed

Browse files
update "pub-use-extern-macros" test to hide the regular import statement
1 parent e3d9f19 commit d19b5ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc/pub-use-extern-macros.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
extern crate macros;
1616

1717
// @has pub_use_extern_macros/macro.bar.html
18+
// @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
1819
pub use macros::bar;
1920

2021
// @has pub_use_extern_macros/macro.baz.html

0 commit comments

Comments
 (0)