Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ba355216a8..5a62bccf6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,6 @@ dependencies = [ "ide_db", "ide_diagnostics", "ide_ssr", - "indexmap", "itertools", "oorandom", "profile", @@ -609,7 +608,6 @@ dependencies = [ "expect-test", "hir", "ide_db", - "indexmap", "itertools", "profile", "rustc-hash", @@ -654,6 +652,7 @@ dependencies = [ "expect-test", "fst", "hir", + "indexmap", "itertools", "limit", "once_cell", |