Skip to content

Commit e6449a1

Browse files
committed
Remove html_root_url
It is no longer recommended to set it: rust-lang/api-guidelines#230
1 parent e7425e6 commit e6449a1

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

tower-layer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "tower-layer"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
65
# - Update doc url
76
# - Cargo.toml
87
# - README.md

tower-layer/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/tower-layer/0.3.1")]
21
#![warn(
32
missing_debug_implementations,
43
missing_docs,

tower-service/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "tower-service"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
65
# - Update doc url
76
# - Cargo.toml
87
# - README.md

tower-service/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/tower-service/0.3.1")]
21
#![warn(
32
missing_debug_implementations,
43
missing_docs,

tower-test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "tower-test"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
65
# - Update doc url
76
# - Cargo.toml
87
# - README.md

tower-test/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/tower-test/0.4.0")]
21
#![warn(
32
missing_debug_implementations,
43
missing_docs,

tower/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "tower"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
65
# - Update doc url
76
# - Cargo.toml
87
# - README.md

tower/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/tower/0.4.9")]
21
#![warn(
32
missing_debug_implementations,
43
missing_docs,

0 commit comments

Comments
 (0)