9eb26a9375
Support `#[macro_use(name, ...)]` This PR adds support for another form of the `macro_use` attribute: `#[macro_use(name, ...)]` ([reference]). Note that this form of the attribute is only applicable to extern crate decls, not to mod decls. [reference]: https://doc.rust-lang.org/reference/macros-by-example.html#the-macro_use-attribute |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |