mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
remove unused dependency
This commit is contained in:
parent
7f9b244317
commit
7f319fdcaf
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -6159,7 +6159,6 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"gpui",
|
||||
"language",
|
||||
"project",
|
||||
"text",
|
||||
]
|
||||
|
||||
|
|
|
@ -14,5 +14,4 @@ path = "src/inline_completion.rs"
|
|||
[dependencies]
|
||||
gpui.workspace = true
|
||||
language.workspace = true
|
||||
project.workspace = true
|
||||
text.workspace = true
|
||||
|
|
Loading…
Reference in a new issue