Skip to content

Commit 448150e

Browse files
committed
Fix: Remove unused feature.
1 parent 743c2b6 commit 448150e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

extensions/VSCode/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ version = "0.1.46"
3737
[lib]
3838
crate-type = ["cdylib"]
3939

40-
# To make VSCode happy, create a unused `int_test` feature, then enable this
41-
# feature in the VSCode Rust language server for a better experience. See
42-
# `server/Cargo.toml` for its actual use.
43-
[features]
44-
int_tests = []
45-
4640
[dependencies]
4741
codechat-editor-server = { path = "../../server" }
4842
log = "0.4.28"

0 commit comments

Comments
 (0)