mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
rtic-macros: Template: Include Span (#935)
This commit is contained in:
parent
e6dff2c047
commit
04b655d4fa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use crate::{
|
|||
analyze::Analysis as CodegenAnalysis,
|
||||
syntax::{analyze::Analysis as SyntaxAnalysis, ast::App},
|
||||
};
|
||||
use proc_macro2::TokenStream as TokenStream2;
|
||||
use proc_macro2::{Span, TokenStream as TokenStream2};
|
||||
use quote::quote;
|
||||
use syn::{parse, Attribute, Ident};
|
||||
|
||||
|
|
Loading…
Reference in a new issue