Skip to content

Commit 5e50950

Browse files
fix test pub-use-extern-macros
1 parent 5499797 commit 5e50950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub use macros::bar;
2323
#[doc(inline)]
2424
pub use macros::baz;
2525

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

0 commit comments

Comments
 (0)