Skip to content

Commit ee3062f

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 3e3936e commit ee3062f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-lang/cfg-if"
8-
homepage = "https://github.com/rust-lang/cfg-if"
9-
documentation = "https://docs.rs/cfg-if"
108
description = """
119
A macro to ergonomically define an item depending on a large number of #[cfg]
1210
parameters. Structured like an if-else chain, the first matching branch is the

0 commit comments

Comments
 (0)