aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c10d72aa4..872e66118 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1043,7 +1043,6 @@ version = "0.1.0"
1043dependencies = [ 1043dependencies = [
1044 "either", 1044 "either",
1045 "format-buf", 1045 "format-buf",
1046 "fst",
1047 "indexmap", 1046 "indexmap",
1048 "insta", 1047 "insta",
1049 "itertools", 1048 "itertools",
@@ -1060,11 +1059,8 @@ dependencies = [
1060 "ra_syntax", 1059 "ra_syntax",
1061 "ra_text_edit", 1060 "ra_text_edit",
1062 "rand", 1061 "rand",
1063 "rayon",
1064 "rustc-hash", 1062 "rustc-hash",
1065 "superslice",
1066 "test_utils", 1063 "test_utils",
1067 "unicase",
1068] 1064]
1069 1065
1070[[package]] 1066[[package]]