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
Note that if the Formatter methods produced io::Error errors, or at least if the portion that handles strings did, we wouldn't need to implement fmt::Write and store a serde_json::Error out of band, instead we could use write! directly and use the returned io::Error.
The text was updated successfully, but these errors were encountered:
See #267 (comment).
The text was updated successfully, but these errors were encountered: