diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-16 18:18:17 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-16 18:18:17 +0000 |
| commit | c2fbb2848851e32b78e79ff9e919538b7d5ab8a0 (patch) | |
| tree | cadf6359329573a79e937afcef2972f2cf01f6b4 /macros/src/analyze.rs | |
| parent | 5c458fc115393b93b158b7f6770bc81596d97977 (diff) | |
| parent | d35f5bc0b0453c2e98b8398d36bd2ba553edce45 (diff) | |
Merge #114
114: properly handle conditional compilation r=japaric a=japaric
of resources and tasks
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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>; |
