Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo authored Sep 12, 2024
1 parent 1cd721e commit 26f0e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/types/enum.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use proc_macro2::TokenStream;
use quote::{format_ident, quote};
use quote::quote;
use syn::{Fields, ItemEnum, Variant};

use crate::{
Expand Down

0 comments on commit 26f0e56

Please sign in to comment.