From 0bb8125e9e7841d9e2c27f3e88b2d79620c96d60 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:09:03 +0100 Subject: [PATCH] Remove `html_root_url` (#688) --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index d5b3e2d0..1a59a8be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,3 @@ -#![doc(html_root_url = "https://docs.rs/http/0.2.11")] - //! A general purpose library of common HTTP types //! //! This crate is a general purpose library for common types found when working