Issue 3223: Second phase of migration to Rust Edition
Reformat via `cargo fmt`
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//
|
||||
|
||||
use proc_macro2::TokenStream;
|
||||
use quote::{format_ident, quote, ToTokens, TokenStreamExt};
|
||||
use quote::{ToTokens, TokenStreamExt, format_ident, quote};
|
||||
use strum_macros::{EnumDiscriminants, EnumProperty, EnumString};
|
||||
use syn::*;
|
||||
use to_syn_value_derive::ToDeriveInput;
|
||||
|
||||
Reference in New Issue
Block a user