Open
Description
Exported macros that invokes other macros in the same crate without $crate::
prefix should be linted, as that requires users doing use the_crate::{the_macro, the_other_macro}
(or #[macro_use] extern
) even if the only thing they want to use is the_macro
.