aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJosh Mcguigan <[email protected]>2020-03-23 05:42:32 +0000
committerJosh Mcguigan <[email protected]>2020-03-23 06:28:25 +0000
commit2afccbe47727d9d2787f76efd67f5b5d9ff1d55a (patch)
tree01cd96ea1bbcd492df1082907a1106b89aab7eaa /Cargo.lock
parentbaa11d52f45fed76a65863c64938e43443bb9bb8 (diff)
implement fill match arm assist for tuple of enums
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f8d26192d..eb5247b69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -876,6 +876,7 @@ name = "ra_assists"
876version = "0.1.0" 876version = "0.1.0"
877dependencies = [ 877dependencies = [
878 "format-buf", 878 "format-buf",
879 "itertools",
879 "join_to_string", 880 "join_to_string",
880 "ra_db", 881 "ra_db",
881 "ra_fmt", 882 "ra_fmt",