Skip to content

Commit

Permalink
Accidentally removed TypeReference from use
Browse files Browse the repository at this point in the history
I have no idea how the Rust compiler didn't warn me about this
  • Loading branch information
escritorio-gustavo committed Dec 12, 2023
1 parent cee7b24 commit 230ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/types/generics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use proc_macro2::TokenStream;
use quote::{format_ident, quote};
use syn::{
GenericArgument, GenericParam, Generics, ItemStruct, PathArguments, Type, TypeArray, TypeGroup,
TypeSlice, TypeTuple,
TypeReference, TypeSlice, TypeTuple,
};

use crate::{attr::StructAttr, deps::Dependencies};
Expand Down

0 comments on commit 230ab6b

Please sign in to comment.