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

@ -5,7 +5,7 @@ use std::{
use syn::{Attribute, Ident, Type};
use syntax::{App, Idents};
use crate::syntax::{App, Idents};
pub type Ownerships = HashMap<Ident, Ownership>;