aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Lattimore <[email protected]>2020-08-18 11:39:55 +0100
committerDavid Lattimore <[email protected]>2020-08-18 11:39:55 +0100
commit29e6238cb7330f7d29f33ff03a4ccc0a0cec9f4d (patch)
treea3d0a6811d85697b3d12b9975df318f742531f45 /Cargo.lock
parenta4a504e1328111c184603ddc0b2c113ad5a5c555 (diff)
SSR: A few small refactorings
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 2386c8f3a..c1f1c07a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1450,6 +1450,7 @@ dependencies = [
1450 "expect", 1450 "expect",
1451 "hir", 1451 "hir",
1452 "ide_db", 1452 "ide_db",
1453 "itertools",
1453 "rustc-hash", 1454 "rustc-hash",
1454 "syntax", 1455 "syntax",
1455 "test_utils", 1456 "test_utils",