Skip to content

Commit

Permalink
lint (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto authored Aug 12, 2024
1 parent 0f1a765 commit db68b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct-patch/src/std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ mod tests {
/// To understand how to manage optional fields in patch with serde
mod nested {
use super::*;
use serde::Deserializer;
use serde::Deserialize;
use serde::Deserializer;

#[derive(PartialEq, Debug, Patch, Deserialize)]
#[patch(attribute(derive(PartialEq, Debug, Deserialize)))]
Expand Down

0 comments on commit db68b86

Please sign in to comment.