This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
serde::ser::StdError
shim type rather than std::error::Error
This is for `alloc` vs. `std` modes compatibility, a code comment explains in detail the purpose of this, which is admittedly subtle. After this commit builds like ``` ~/cbor$ cargo build --no-default-features --features=alloc,serde/std ``` succeed locally for me
- Loading branch information
Showing
1 changed file
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters