Skip to content

Commit 97a2fbe

Browse files
authored
Merge pull request #1023 from joshtriplett/cargo-toml-defaults
Cargo.toml: Remove redundant settings that match the defaults
2 parents 87954a7 + 267794c commit 97a2fbe

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)