diff options
author | JmPotato <[email protected]> | 2020-08-11 03:55:26 +0100 |
---|---|---|
committer | JmPotato <[email protected]> | 2020-08-11 03:55:26 +0100 |
commit | dc6e1e0dac318b36ec43ffced3d4059a9b8652e5 (patch) | |
tree | 40fb2c25df0596b2fed4167458fe848132df1410 /Cargo.lock | |
parent | b050937c1071e68a4ade69375f1f17b703cafb02 (diff) |
Address some FIXMEs
Signed-off-by: JmPotato <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index a094ec4f7..936e863f5 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -912,6 +912,7 @@ dependencies = [ | |||
912 | "ra_db", | 912 | "ra_db", |
913 | "ra_fmt", | 913 | "ra_fmt", |
914 | "ra_hir", | 914 | "ra_hir", |
915 | "ra_hir_expand", | ||
915 | "ra_ide_db", | 916 | "ra_ide_db", |
916 | "ra_prof", | 917 | "ra_prof", |
917 | "ra_syntax", | 918 | "ra_syntax", |