Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
v3xro committed Jul 30, 2024
1 parent 6379396 commit 637381f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use proc_macro2::TokenStream;
use quote::quote;
use serde_derive_internals::attr::{Container, RenameRule};
use serde_derive_internals::{
attr::{Default as SerdeDefault, Field},
attr::{Container, Default as SerdeDefault, Field},
Ctxt,
};
use syn::{parse_macro_input, Data, DataStruct, DeriveInput, Fields};
Expand Down

0 comments on commit 637381f

Please sign in to comment.