Skip to content

Commit f5cb83c

Browse files
committed
cargo shear
1 parent 4129fd8 commit f5cb83c

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,12 @@ toml = "0.9.5"
108108
tracing = "0.1.41"
109109
tracing-error = "0.2.1"
110110
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "serde"] }
111-
tree-sitter = "0.24.7"
112111
tree-sitter-bash = "0.23.1"
113112
tui-term = "0.2.0"
114113
twox-hash = "2.1.1"
115114
uuid = "1.18.1"
116115
vite_glob = { path = "crates/vite_glob" }
117116
vite_path = { path = "crates/vite_path" }
118-
vite_shell = { path = "crates/vite_shell" }
119117
vite_str = { path = "crates/vite_str" }
120118
vite_workspace = { path = "crates/vite_workspace" }
121119
wax = "0.6.0"

crates/vite_shell/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rust-version.workspace = true
1010
[dependencies]
1111
ast-grep-core = { workspace = true }
1212
thiserror = { workspace = true }
13-
tree-sitter = { workspace = true }
1413
tree-sitter-bash = { workspace = true }
1514

1615
[lints]

crates/vite_shell/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
//!
33
//! This crate provides functionality to parse and split bash scripts by top-level operators.
44
5-
use std::iter;
6-
75
use ast_grep_core::{AstGrep, Doc, Language};
86
use thiserror::Error;
97

0 commit comments

Comments
 (0)