Remove doc URL from Cargo.toml

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-12-30 12:48:38 +09:00
parent 119d3c29d2
commit bcccfba162
1 changed files with 0 additions and 1 deletions

View File

@ -7,6 +7,5 @@ description = "Run closures in parallel"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/easy-parallel"
homepage = "https://github.com/smol-rs/easy-parallel"
documentation = "https://docs.rs/easy-parallel"
keywords = ["scope", "thread", "scoped", "spawn"]
categories = ["concurrency"]