Skip to content

Commit 7faad85

Browse files
docs: remove text stating http is early in lifecycle (#724)
1 parent 0136ae7 commit 7faad85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
//! You will notably *not* find an implementation of sending requests or
1313
//! spinning up a server in this crate. It's intended that this crate is the
1414
//! "standard library" for HTTP clients and servers without dictating any
15-
//! particular implementation. Note that this crate is still early on in its
16-
//! lifecycle so the support libraries that integrate with the `http` crate are
17-
//! a work in progress! Stay tuned and we'll be sure to highlight crates here
18-
//! in the future.
15+
//! particular implementation.
1916
//!
2017
//! ## Requests and Responses
2118
//!

0 commit comments

Comments
 (0)