mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
move macros crate to the 2018 edition
This commit is contained in:
parent
8e9a91d0b0
commit
56d09a12dd
6 changed files with 21 additions and 22 deletions
|
|
@ -12,8 +12,10 @@ use quote::quote;
|
|||
use rand::{Rng, SeedableRng};
|
||||
use syn::{parse_quote, ArgCaptured, Attribute, Ident, IntSuffix, LitInt};
|
||||
|
||||
use analyze::{Analysis, Ownership};
|
||||
use syntax::{App, Idents, Static};
|
||||
use crate::{
|
||||
analyze::{Analysis, Ownership},
|
||||
syntax::{App, Idents, Static},
|
||||
};
|
||||
|
||||
// NOTE to avoid polluting the user namespaces we map some identifiers to pseudo-hygienic names.
|
||||
// In some instances we also use the pseudo-hygienic names for safety, for example the user should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue