Skip to content

Commit

Permalink
removes println! from example
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Sep 7, 2023
1 parent 029fda0 commit 1786de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/number.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ impl Number {
/// "343412345678910111213141516171819202122232425262728293034",
/// "-343412345678910111213141516171819202122232425262728293031",
/// ] {
/// println!("{value}");
/// let number: Number = serde_json::from_str(value).unwrap();
/// assert_eq!(number.as_str(), value);
/// }
Expand Down

0 comments on commit 1786de2

Please sign in to comment.