Skip to content

Commit

Permalink
obey clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Aug 3, 2024
1 parent 9b7b5d2 commit 5294c92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/serde/value/owned/se.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,6 @@ mod test {
}
}
*/
#[derive(Debug, Serialize, Deserialize)]
struct TestPoint(f64, f64);

#[allow(clippy::struct_field_names)]
#[derive(Deserialize, Serialize, PartialEq, Debug, Default)]
Expand Down

0 comments on commit 5294c92

Please sign in to comment.