From 92f1ed2b7aac79737bc4ee364ff2516385bc5145 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 15 Oct 2021 19:09:19 +0200 Subject: [PATCH] Remove html_root_url It is no longer recommended to set it: https://github.com/rust-lang/api-guidelines/pull/230 --- tower-layer/Cargo.toml | 1 - tower-layer/src/lib.rs | 1 - tower-service/Cargo.toml | 1 - tower-service/src/lib.rs | 1 - tower-test/Cargo.toml | 1 - tower-test/src/lib.rs | 1 - tower/Cargo.toml | 1 - tower/src/lib.rs | 1 - 8 files changed, 8 deletions(-) diff --git a/tower-layer/Cargo.toml b/tower-layer/Cargo.toml index 416c8506e..e769f7a0f 100644 --- a/tower-layer/Cargo.toml +++ b/tower-layer/Cargo.toml @@ -2,7 +2,6 @@ name = "tower-layer" # When releasing to crates.io: # - Remove path dependencies -# - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md diff --git a/tower-layer/src/lib.rs b/tower-layer/src/lib.rs index b664011d7..bfabb3170 100644 --- a/tower-layer/src/lib.rs +++ b/tower-layer/src/lib.rs @@ -1,4 +1,3 @@ -#![doc(html_root_url = "https://docs.rs/tower-layer/0.3.1")] #![warn( missing_debug_implementations, missing_docs, diff --git a/tower-service/Cargo.toml b/tower-service/Cargo.toml index 2e79971eb..74a6c8358 100644 --- a/tower-service/Cargo.toml +++ b/tower-service/Cargo.toml @@ -2,7 +2,6 @@ name = "tower-service" # When releasing to crates.io: # - Remove path dependencies -# - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md diff --git a/tower-service/src/lib.rs b/tower-service/src/lib.rs index 7bc9028e2..afb8d8dcd 100644 --- a/tower-service/src/lib.rs +++ b/tower-service/src/lib.rs @@ -1,4 +1,3 @@ -#![doc(html_root_url = "https://docs.rs/tower-service/0.3.1")] #![warn( missing_debug_implementations, missing_docs, diff --git a/tower-test/Cargo.toml b/tower-test/Cargo.toml index 4a2749fc6..353f45943 100644 --- a/tower-test/Cargo.toml +++ b/tower-test/Cargo.toml @@ -2,7 +2,6 @@ name = "tower-test" # When releasing to crates.io: # - Remove path dependencies -# - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md diff --git a/tower-test/src/lib.rs b/tower-test/src/lib.rs index 1f5869869..32ee74ebc 100644 --- a/tower-test/src/lib.rs +++ b/tower-test/src/lib.rs @@ -1,4 +1,3 @@ -#![doc(html_root_url = "https://docs.rs/tower-test/0.4.0")] #![warn( missing_debug_implementations, missing_docs, diff --git a/tower/Cargo.toml b/tower/Cargo.toml index 8faab22cf..4808ea70a 100644 --- a/tower/Cargo.toml +++ b/tower/Cargo.toml @@ -2,7 +2,6 @@ name = "tower" # When releasing to crates.io: # - Remove path dependencies -# - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md diff --git a/tower/src/lib.rs b/tower/src/lib.rs index 61ce3ac9b..eefb8dd99 100644 --- a/tower/src/lib.rs +++ b/tower/src/lib.rs @@ -1,4 +1,3 @@ -#![doc(html_root_url = "https://docs.rs/tower/0.4.9")] #![warn( missing_debug_implementations, missing_docs,