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 9bad21fc8e..277d5dfa49 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -28,6 +28,7 @@ syntax.workspace = true
# completions crate should depend only on the top-level `hir` package. if you need
# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir.workspace = true
+macros.workspace = true
[dev-dependencies]
expect-test = "1.5.1"