Skip to content

Commit

Permalink
chore: reexport serde_json::Error as SerdeError
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbma committed Oct 13, 2023
1 parent ffe8aaa commit 39c55eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ pub use request::{request_type, Request, RequestType};
pub use request_builder::RequestBuilder;
#[doc(inline)]
pub use response::{mapping::Mapping, Response};
pub use serde_json::Value;
pub use serde_json::{Error as SerdeError, Value};
#[cfg(feature = "ureq")]
pub use ureq;

Expand Down

0 comments on commit 39c55eb

Please sign in to comment.