Skip to content

Commit 3b5adcd

Browse files
committed
Remove redundant configuration from Cargo.toml
`documentation` is no longer needed since docs.rs is now automatically linked, and the Cargo docs say that `homepage` should not be redundant with `repository`.
1 parent 2f7a9c4 commit 3b5adcd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ version = "0.2.22"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/getopts"
7-
documentation = "https://doc.rust-lang.org/getopts"
8-
homepage = "https://github.com/rust-lang/getopts"
9-
description = """
10-
getopts-like option parsing.
11-
"""
7+
description = "getopts-like option parsing"
128
categories = ["command-line-interface"]
139
edition = "2021"
1410
rust-version = "1.66"

0 commit comments

Comments
 (0)