mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Move lints
section to the top of Cargo.toml
, to match the others
This commit is contained in:
parent
2f892e3523
commit
1fbc04104c
@ -5,6 +5,9 @@ edition = "2021"
|
|||||||
publish = false
|
publish = false
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/anthropic.rs"
|
path = "src/anthropic.rs"
|
||||||
|
|
||||||
@ -17,6 +20,3 @@ util.workspace = true
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
@ -6,6 +6,9 @@ edition = "2021"
|
|||||||
publish = false
|
publish = false
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/semantic_index.rs"
|
path = "src/semantic_index.rs"
|
||||||
|
|
||||||
@ -43,6 +46,3 @@ project = { workspace = true, features = ["test-support"] }
|
|||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
util = { workspace = true, features = ["test-support"] }
|
util = { workspace = true, features = ["test-support"] }
|
||||||
worktree = { workspace = true, features = ["test-support"] }
|
worktree = { workspace = true, features = ["test-support"] }
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user