chore: remove doc URL from Cargo.toml (#4251)

https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field

> If no URL is specified in the manifest file, crates.io will
> automatically link your crate to the corresponding docs.rs page.
This commit is contained in:
Taiki Endo
2021-11-23 11:53:32 +01:00
committed by GitHub
parent a8b662f643
commit 1a423b3322
6 changed files with 1 additions and 15 deletions
-3
View File
@@ -2,8 +2,6 @@
name = "tokio-test"
# When releasing to crates.io:
# - Remove path dependencies
# - Update doc url
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "tokio-test-0.4.x" git tag.
version = "0.4.2"
@@ -13,7 +11,6 @@ authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-test/0.4.2/tokio_test"
description = """
Testing utilities for Tokio- and futures-based code
"""