mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +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
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue