Skip to content

Commit 42a195e

Browse files
committed
Re-exported reqwest:Error under the builder module.
1 parent d740c1e commit 42a195e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/builder.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
pub use reqwest::Error;
12
use reqwest::{
23
header::{HeaderMap, HeaderValue},
3-
Client, Error, Method, Response,
4+
Client, Method, Response,
45
};
56

67
/// QueryBuilder struct

0 commit comments

Comments
 (0)