Skip to content

Commit 50376e6

Browse files
committed
Remove auto-generated comment from Cargo.toml
1 parent c51a44d commit 50376e6

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

rustfmt-core/rustfmt-config/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description = "Rustfmt configuration library"
77
license = "Apache-2.0/MIT"
88
repository = "https://github.com/rust-lang/rustfmt"
99

10-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11-
1210
[dependencies]
1311
ansi_term = "0.12"
1412
dirs = "2.0"

rustfmt-core/rustfmt-emitter/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description = "Rustfmt emitter library"
77
license = "Apache-2.0/MIT"
88
repository = "https://github.com/rust-lang/rustfmt"
99

10-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11-
1210
[dependencies]
1311
diff = "0.1"
1412
rustfmt_configuration = { path = "../rustfmt-config", version = "1.0" }

rustfmt-core/rustfmt-lib/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description = "Rustfmt as a library"
77
license = "Apache-2.0/MIT"
88
repository = "https://github.com/rust-lang/rustfmt"
99

10-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11-
1210
[features]
1311
generic-simd = ["bytecount/generic-simd"]
1412

0 commit comments

Comments
 (0)