From dc56d4dbd2a84a311df2be9c5ee3ce2a687d0370 Mon Sep 17 00:00:00 2001 From: "A. Carscadden" Date: Wed, 20 Nov 2024 00:33:53 -0500 Subject: [PATCH] remove text stating http is early in lifecycle --- 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 //!