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-19 14:39:20 +09:00
parent 459579966b
commit c4c6731562
1 changed files with 0 additions and 1 deletions

View File

@ -7,6 +7,5 @@ description = "Prevent false sharing by padding and aligning to the length of a
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/cache-padded"
homepage = "https://github.com/smol-rs/cache-padded"
documentation = "https://docs.rs/cache-padded"
keywords = ["cache", "padding", "lock-free", "atomic"]
categories = ["concurrency", "no-std"]