Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-assists/Cargo.toml')
-rw-r--r--crates/ide-assists/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide-assists/Cargo.toml b/crates/ide-assists/Cargo.toml
index e781c0a016..b9260473b1 100644
--- a/crates/ide-assists/Cargo.toml
+++ b/crates/ide-assists/Cargo.toml
@@ -14,6 +14,7 @@ cov-mark = "2.0.0-pre.1"
itertools = "0.10.5"
either = "1.7.0"
+smallvec = "1.10.0"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }