Skip to content

Commit

Permalink
Merge pull request #1023 from joshtriplett/cargo-toml-defaults
Browse files Browse the repository at this point in the history
Cargo.toml: Remove redundant settings that match the defaults
  • Loading branch information
joshtriplett authored Jun 2, 2022
2 parents 87954a7 + 267794c commit 97a2fbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/async-rs/async-std"
homepage = "https://async.rs"
documentation = "https://docs.rs/async-std"
description = "Async version of the Rust standard library"
keywords = ["async", "await", "future", "std", "task"]
categories = ["asynchronous", "concurrency", "network-programming"]
readme = "README.md"

[package.metadata.docs.rs]
features = ["docs"]
Expand Down

0 comments on commit 97a2fbe

Please sign in to comment.