diff --git a/sqlx-macros/src/derives/row.rs b/sqlx-macros/src/derives/row.rs index ffd0f0fd..bf2f0767 100644 --- a/sqlx-macros/src/derives/row.rs +++ b/sqlx-macros/src/derives/row.rs @@ -2,7 +2,7 @@ use proc_macro2::Span; use quote::quote; use syn::{ parse_quote, punctuated::Punctuated, token::Comma, Data, DataStruct, DeriveInput, Field, - Fields, FieldsNamed, Lifetime, LifetimeDef, Stmt, + Fields, FieldsNamed, Lifetime, Stmt, }; pub fn expand_derive_from_row(input: &DeriveInput) -> syn::Result {