Skip to content

Continuation PR for #256: Implement std::error::Error for errors #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Merge branch 'master' into implement-std-error
  • Loading branch information
Martijn Groeneveldt authored Oct 23, 2019
commit 9b27f02493a68afe669aa3b92a4ff54c4c9f9166
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
extern crate test;

use encoding_rs;
use matches::matches;
use serde_json::{self, json, Map, Value};

#[cfg(feature = "bench")]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.