Skip to content

Commit

Permalink
Remove auto-generated comment from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed Jan 5, 2020
1 parent 6856ed6 commit 96223cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions rustfmt-core/rustfmt-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description = "Rustfmt configuration library"
license = "Apache-2.0/MIT"
repository = "https://github.com/rust-lang/rustfmt"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ansi_term = "0.12"
dirs = "2.0"
Expand Down
2 changes: 0 additions & 2 deletions rustfmt-core/rustfmt-emitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description = "Rustfmt emitter library"
license = "Apache-2.0/MIT"
repository = "https://github.com/rust-lang/rustfmt"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
diff = "0.1"
rustfmt_configuration = { path = "../rustfmt-config", version = "1.0" }
Expand Down
2 changes: 0 additions & 2 deletions rustfmt-core/rustfmt-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description = "Rustfmt as a library"
license = "Apache-2.0/MIT"
repository = "https://github.com/rust-lang/rustfmt"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
generic-simd = ["bytecount/generic-simd"]

Expand Down

0 comments on commit 96223cd

Please sign in to comment.