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

Commit

Permalink
Fix the problem of docs.rs build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed May 20, 2024
1 parent 9edb450 commit c2d94bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(docsrs, feature(doc_cfg))]

//! # wasi-http-client
//!
//! `wasi_http_client` is an HTTP client library for [WASI Preview 2](https://github.com/WebAssembly/WASI/tree/main/preview2),
Expand Down

0 comments on commit c2d94bb

Please sign in to comment.