Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test pub-use-extern-macros
  • Loading branch information
QuietMisdreavus committed Jun 18, 2018
1 parent 5499797 commit 5e50950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc/pub-use-extern-macros.rs
Expand Up @@ -23,7 +23,7 @@ pub use macros::bar;
#[doc(inline)]
pub use macros::baz;

// @has pub_use_extern_macros/macro.quux.html
// @!has pub_use_extern_macros/macro.quux.html
// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::quux;'
#[doc(hidden)]
pub use macros::quux;

0 comments on commit 5e50950

Please sign in to comment.