Skip to content

Commit

Permalink
chore: fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed May 7, 2024
1 parent a96b341 commit 8c41c98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde_valid_derive/src/types/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ pub trait Field {

fn attrs(&self) -> &Vec<syn::Attribute>;

#[allow(dead_code)]
fn vis(&self) -> &syn::Visibility;

#[allow(dead_code)]
fn ty(&self) -> &syn::Type;
}

0 comments on commit 8c41c98

Please sign in to comment.