Skip to content

Commit 38ff9d1

Browse files
committed
chore: address PR comments
1 parent b52e3d8 commit 38ff9d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libdd-capabilities-impl/src/http.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
//! Native HTTP client implementation backed by hyper.
55
6-
#[cfg(not(target_arch = "wasm32"))]
76
mod native {
87
use libdd_capabilities::http::{HttpClientTrait, HttpError};
98
use libdd_capabilities::maybe_send::MaybeSend;
@@ -58,5 +57,4 @@ mod native {
5857
}
5958
}
6059

61-
#[cfg(not(target_arch = "wasm32"))]
6260
pub use native::DefaultHttpClient;

0 commit comments

Comments
 (0)