Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit ebea612

Browse files
authored
Merge pull request #10 from wacker-dev/docs-rs-build
Fix the problem of docs.rs build failure
2 parents 9edb450 + c2d94bb commit ebea612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(docsrs, feature(doc_cfg))]
2+
13
//! # wasi-http-client
24
//!
35
//! `wasi_http_client` is an HTTP client library for [WASI Preview 2](https://github.com/WebAssembly/WASI/tree/main/preview2),

0 commit comments

Comments
 (0)