Remove some extraneous newlines in Cargo.toml (#6577)

This commit is contained in:
Charlie Marsh 2023-08-14 19:39:41 -04:00 committed by GitHub
parent 9a0d2f5afd
commit 7f7df852e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 9 deletions

View File

@ -62,8 +62,6 @@ quick-junit = { version = "0.3.2" }
regex = { workspace = true }
result-like = { version = "0.4.6" }
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
semver = { version = "1.0.16" }
serde = { workspace = true }

View File

@ -46,4 +46,3 @@ mimalloc = "0.1.34"
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
tikv-jemallocator = "0.5.0"

View File

@ -11,8 +11,6 @@ repository = { workspace = true }
license = { workspace = true }
readme = "../../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "ruff"

View File

@ -10,8 +10,6 @@ documentation = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
[lib]
[dependencies]

View File

@ -22,5 +22,4 @@ ruff_text_size = { path = "../ruff_text_size" }
itertools = { workspace = true }
[dev-dependencies]

View File

@ -24,4 +24,3 @@ unic-ucd-ident = "0.9.0"
insta = { workspace = true }
ruff_python_ast = { path = "../ruff_python_ast" }
ruff_python_parser = { path = "../ruff_python_parser" }