We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52e3d8 commit 38ff9d1Copy full SHA for 38ff9d1
1 file changed
libdd-capabilities-impl/src/http.rs
@@ -3,7 +3,6 @@
3
4
//! Native HTTP client implementation backed by hyper.
5
6
-#[cfg(not(target_arch = "wasm32"))]
7
mod native {
8
use libdd_capabilities::http::{HttpClientTrait, HttpError};
9
use libdd_capabilities::maybe_send::MaybeSend;
@@ -58,5 +57,4 @@ mod native {
58
57
}
59
60
61
62
pub use native::DefaultHttpClient;
0 commit comments