Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/Cargo.toml')
-rw-r--r--crates/ide-completion/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 277d5dfa49..6abc009241 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -37,5 +37,9 @@ expect-test = "1.5.1"
test-utils.workspace = true
test-fixture.workspace = true
+[features]
+default = []
+in-rust-tree = []
+
[lints]
workspace = true