Skip to content

Commit 1bc3190

Browse files
authored
Replace the native-client feature gate around the native module with its component features (#34)
1 parent bafcb8b commit 1bc3190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub mod isahc;
2525
pub mod wasm;
2626

2727
#[cfg_attr(feature = "docs", doc(cfg(native_client)))]
28-
#[cfg(feature = "native_client")]
28+
#[cfg(any(feature = "curl_client", feature = "wasm_client"))]
2929
pub mod native;
3030

3131
#[cfg_attr(feature = "docs", doc(cfg(h1_client)))]

0 commit comments

Comments
 (0)