aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-06-10 03:21:00 +0100
committerZac Pullar-Strecker <[email protected]>2020-06-30 09:02:46 +0100
commit8f56e7c3b1220ed0b065e97a9061e59284ac1df1 (patch)
treee474ef697d9cf7becce938476920f36eb4572850 /Cargo.lock
parentf497f6b4e048614094a9b38efe98cbb098013d18 (diff)
Generate correct symbol filename for relative links
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bc36f0fab..112c4210d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1276,12 +1276,14 @@ dependencies = [
1276 "ra_fmt", 1276 "ra_fmt",
1277 "ra_hir", 1277 "ra_hir",
1278 "ra_hir_def", 1278 "ra_hir_def",
1279 "ra_hir_expand",
1279 "ra_ide_db", 1280 "ra_ide_db",
1280 "ra_prof", 1281 "ra_prof",
1281 "ra_project_model", 1282 "ra_project_model",
1282 "ra_ssr", 1283 "ra_ssr",
1283 "ra_syntax", 1284 "ra_syntax",
1284 "ra_text_edit", 1285 "ra_text_edit",
1286 "ra_tt",
1285 "rand", 1287 "rand",
1286 "rustc-hash", 1288 "rustc-hash",
1287 "stdx", 1289 "stdx",