Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Outspending committed Jan 5, 2025
1 parent c44ee95 commit 20ceb40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/derive_macros/src/inventory/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ pub fn create(input: TokenStream) -> TokenStream {
// Process fields
for field in &data_struct.fields {
let field_name = &field.ident.clone().expect("Missing field");
let field_ty = &field.ty;

let mut id_expr = None;
let mut value_expr = None;
Expand Down

0 comments on commit 20ceb40

Please sign in to comment.