Skip to content

Commit

Permalink
update "pub-use-extern-macros" test to hide the regular import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed May 23, 2018
1 parent e3d9f19 commit d19b5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/rustdoc/pub-use-extern-macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
extern crate macros;

// @has pub_use_extern_macros/macro.bar.html
// @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
pub use macros::bar;

// @has pub_use_extern_macros/macro.baz.html
Expand Down

0 comments on commit d19b5ed

Please sign in to comment.