Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2ca5899c77..44ef223557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,6 +609,7 @@ dependencies = [ "hir", "ide_db", "itertools", + "parser", "profile", "rustc-hash", "sourcegen", @@ -654,6 +655,7 @@ dependencies = [ "itertools", "limit", "once_cell", + "parser", "profile", "rayon", "rustc-hash", @@ -695,6 +697,7 @@ dependencies = [ "hir", "ide_db", "itertools", + "parser", "rustc-hash", "syntax", "test_utils", |