Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
seanaye committed Jan 24, 2025
1 parent c382489 commit 0a74698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sqlx-macros-core/src/derives/attributes.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use proc_macro2::{Ident, Span, TokenStream};
use quote::quote_spanned;
use syn::{
parenthesized, punctuated::Punctuated, token::Comma, Attribute, DeriveInput, Field, LitStr, Meta, Token, Type, Variant
parenthesized, punctuated::Punctuated, token::Comma, Attribute, DeriveInput, Field, LitStr,
Meta, Token, Type, Variant,
};

macro_rules! assert_attribute {
Expand Down Expand Up @@ -62,7 +63,7 @@ pub struct SqlxContainerAttributes {

pub enum JsonAttribute {
NonNullable,
Nullable
Nullable,
}

pub struct SqlxChildAttributes {
Expand Down

0 comments on commit 0a74698

Please sign in to comment.