Skip to content

Commit

Permalink
Fix a couple semicolon warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivasiliu committed Jun 13, 2021
1 parent c916d4f commit 8b329c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/serde-migrated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,12 +953,12 @@ fn futile2() {
#[derive(Eq, PartialEq, Debug, Serialize, Deserialize)]
struct Object {
field: Option<Null>,
};
}

#[derive(Eq, PartialEq, Debug, Serialize, Deserialize)]
struct Stuff {
stuff_field: Option<Object>,
};
}

test_parse_ok(&[
(
Expand Down

0 comments on commit 8b329c8

Please sign in to comment.