aboutsummaryrefslogtreecommitdiff
path: root/syrette_macros/src/libs/intertrait_macros/gen_caster.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-10 16:06:50 +0200
committerHampusM <hampus@hampusmat.com>2022-07-10 16:06:50 +0200
commit5129384fc0b6f51d315fd528d7769dd638018b88 (patch)
treee44b8a0df1789d3b39a649d1c27e0ea4aed403fa /syrette_macros/src/libs/intertrait_macros/gen_caster.rs
parent5894e39dd73579bdb949a3eaeb7b7b68f88df4e8 (diff)
style: group imports
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,