Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Nov 19, 2023
1 parent d600326 commit db9ef14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jomini_derive/tests/11-last.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub struct Model {
fourth: u16,
}


#[derive(JominiDeserialize)]
pub struct Model2 {
human: bool,
Expand All @@ -35,5 +34,4 @@ fn test_options() {
assert_eq!(m.checksum, m2.checksum);
assert_eq!(m.human, m2.human);
assert_eq!(m.fourth, m2.fourth);

}

0 comments on commit db9ef14

Please sign in to comment.