fix cross-crate-links test
hey look, macros properly link to the right place now
This commit is contained in:
parent
d4387b3e4f
commit
54997972a7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user