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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml
index 8d91001560..0d4413978d 100644
--- a/crates/ide_completion/Cargo.toml
+++ b/crates/ide_completion/Cargo.toml
@@ -14,6 +14,7 @@ itertools = "0.10.0"
rustc-hash = "1.1.0"
either = "1.6.1"
once_cell = "1.7"
+smallvec = "1.4"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }