rtic-macros: Template: Include Span (#935)

This commit is contained in:
Henrik Tjäder 2024-05-08 21:11:19 +02:00 committed by GitHub
parent e6dff2c047
commit 04b655d4fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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};