mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Replace local_inner_macros
The #[macro_export(local_inner_macros)] attribute is intended for macros that require compatibility with rustc <1.30. When targeting only compilers that support calling macros as $crate::m!(...), that should be used instead.
This commit is contained in:
parent
cc46fbe621
commit
2239185d82
4 changed files with 33 additions and 32 deletions
|
|
@ -96,7 +96,9 @@
|
|||
//!
|
||||
//! See the individual macro documentation for more details.
|
||||
|
||||
#[doc(hidden)]
|
||||
pub extern crate tt_call;
|
||||
#[doc(hidden)]
|
||||
pub extern crate failure;
|
||||
|
||||
mod join;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue