From 7faad85c9458f4e6bdc4628485efea20aa2b581f Mon Sep 17 00:00:00 2001 From: "A. Carscadden" <7132621+alistaircarscadden@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:55:13 -0500 Subject: [PATCH] docs: remove text stating http is early in lifecycle (#724) --- src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f23cc996..0ab5bdfd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,10 +12,7 @@ //! You will notably *not* find an implementation of sending requests or //! spinning up a server in this crate. It's intended that this crate is the //! "standard library" for HTTP clients and servers without dictating any -//! particular implementation. Note that this crate is still early on in its -//! lifecycle so the support libraries that integrate with the `http` crate are -//! a work in progress! Stay tuned and we'll be sure to highlight crates here -//! in the future. +//! particular implementation. //! //! ## Requests and Responses //!