You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With arbitrary_precision, serde_json::from_str::<Num>(r#"1.0"#) fails with Error("data did not match any variant of untagged enum Num", line: 0, column: 0).
Without
arbitrary_precision
the following runs without error:With
arbitrary_precision
,serde_json::from_str::<Num>(r#"1.0"#)
fails withError("data did not match any variant of untagged enum Num", line: 0, column: 0)
.This issue is similar.
The text was updated successfully, but these errors were encountered: