diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 19:13:22 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 19:14:58 +0100 |
| commit | 56d09a12dd645166af7d6def6b95bf71ae7962bd (patch) | |
| tree | 44529dc248cc69772e51daa761d49c5d9ccbdc56 /macros/src/analyze.rs | |
| parent | 8e9a91d0b09313eee0f7fa44cc827dced0ea1806 (diff) | |
move macros crate to the 2018 edition
Diffstat (limited to 'macros/src/analyze.rs')
| -rw-r--r-- | macros/src/analyze.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/analyze.rs b/macros/src/analyze.rs index 869b5d2..19575b7 100644 --- a/macros/src/analyze.rs +++ b/macros/src/analyze.rs @@ -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>; |
