move macros crate to the 2018 edition

This commit is contained in:
Jorge Aparicio 2018-12-16 19:13:22 +01:00
parent 8e9a91d0b0
commit 56d09a12dd
6 changed files with 21 additions and 22 deletions

View file

@ -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