Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 19, 2024
1 parent 0bae182 commit 5ab14b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sea-query-attr/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::manual_unwrap_or_default)]

use darling::FromMeta;
use heck::{ToPascalCase, ToSnakeCase};
use proc_macro::TokenStream;
Expand Down

0 comments on commit 5ab14b8

Please sign in to comment.