Skip to content

Commit 0446163

Browse files
DanikVitekWillLillis
authored andcommitted
fix: Remove tree-sitter feature as it wasn't doing anything
1 parent 341d941 commit 0446163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include = [
2525
]
2626

2727
[features]
28-
parser = ["tree-sitter"]
28+
parser = ["dep:tree-sitter"]
2929

3030
[lib]
3131
path = "bindings/rust/lib.rs"

0 commit comments

Comments
 (0)