mirror of
https://github.com/RGBCube/cstree
synced 2025-09-13 00:27:56 +00:00
update to Rust edition 2024
This commit is contained in:
parent
de990819b1
commit
8708fda02f
26 changed files with 59 additions and 46 deletions
|
@ -17,7 +17,7 @@ use errors::ErrorContext;
|
|||
use parsing::SyntaxKindEnum;
|
||||
use proc_macro2::TokenStream;
|
||||
use quote::{quote, quote_spanned};
|
||||
use syn::{parse_macro_input, spanned::Spanned, DeriveInput};
|
||||
use syn::{DeriveInput, parse_macro_input, spanned::Spanned};
|
||||
|
||||
mod errors;
|
||||
mod parsing;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
mod attributes;
|
||||
|
||||
use syn::{punctuated::Punctuated, Token};
|
||||
use syn::{Token, punctuated::Punctuated};
|
||||
|
||||
use crate::{errors::ErrorContext, symbols::*};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue