fix cross-crate-links test

hey look, macros properly link to the right place now
This commit is contained in:
QuietMisdreavus 2018-06-17 16:27:46 -05:00
parent d4387b3e4f
commit 54997972a7

View File

@ -66,6 +66,6 @@ pub use all_item_types::FOO_STATIC;
#[doc(no_inline)]
pub use all_item_types::FOO_CONSTANT;
// @has 'foo/index.html' '//a[@href="../foo/macro.foo_macro.html"]' 'foo_macro'
// @has 'foo/index.html' '//a[@href="../all_item_types/macro.foo_macro.html"]' 'foo_macro'
#[doc(no_inline)]
pub use all_item_types::foo_macro;