aboutsummaryrefslogtreecommitdiff
path: root/syrette_macros/src/libs/intertrait_macros/gen_caster.rs
diff options
context:
space:
mode:
Diffstat (limited to 'syrette_macros/src/libs/intertrait_macros/gen_caster.rs')
-rw-r--r--syrette_macros/src/libs/intertrait_macros/gen_caster.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/syrette_macros/src/libs/intertrait_macros/gen_caster.rs b/syrette_macros/src/libs/intertrait_macros/gen_caster.rs
index 9d177ed..268fb09 100644
--- a/syrette_macros/src/libs/intertrait_macros/gen_caster.rs
+++ b/syrette_macros/src/libs/intertrait_macros/gen_caster.rs
@@ -14,12 +14,11 @@
use std::str::from_utf8_unchecked;
use proc_macro2::TokenStream;
-use uuid::adapter::Simple;
-use uuid::Uuid;
-
use quote::format_ident;
use quote::quote;
use quote::ToTokens;
+use uuid::adapter::Simple;
+use uuid::Uuid;
pub fn generate_caster(
ty: &impl ToTokens,