Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoikey committed Oct 23, 2024
1 parent 660e8e8 commit 05525e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/read_me.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn get_started_outbound_age_example() -> anyhow::Result<()> {
"age": 100,
"friends": ["tom", "taro"]
}}
.to_string();
.to_string();

// because `age` is not in the range of 18 to 80
assert!(serde_json::from_str::<Human>(&json).is_err());
Expand Down

0 comments on commit 05525e4

Please sign in to comment.