Skip to content

Commit 267794c

Browse files
committed
Cargo.toml: Remove redundant settings that match the defaults
1 parent 521887c commit 267794c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ edition = "2018"
1111
license = "Apache-2.0/MIT"
1212
repository = "https://github.com/async-rs/async-std"
1313
homepage = "https://async.rs"
14-
documentation = "https://docs.rs/async-std"
1514
description = "Async version of the Rust standard library"
1615
keywords = ["async", "await", "future", "std", "task"]
1716
categories = ["asynchronous", "concurrency", "network-programming"]
18-
readme = "README.md"
1917

2018
[package.metadata.docs.rs]
2119
features = ["docs"]

0 commit comments

Comments
 (0)