chore: remove html_root_url (#3489)

Co-authored-by: Alice Ryhl <[email protected]>
This commit is contained in:
Taiki Endo
2021-02-18 14:11:39 -08:00
committed by GitHub
co-authored by Alice Ryhl
parent 6fd06aaeec
commit 36d7dab504
11 changed files with 2 additions and 13 deletions
-1
View File
@@ -2,7 +2,6 @@
name = "tokio-test"
# When releasing to crates.io:
# - Remove path dependencies
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - Update CHANGELOG.md.
-1
View File
@@ -1,4 +1,3 @@
#![doc(html_root_url = "https://docs.rs/tokio-test/0.4.0")]
#![warn(
missing_debug_implementations,
missing_docs,