aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-06-12 12:58:02 +0100
committerJonas Schievink <[email protected]>2020-06-24 15:52:37 +0100
commit696a7a5a410f419cf7f6638d9f4894802640adf8 (patch)
tree0a2a708397589b4fa088457e6f3db942effe7de8 /Cargo.lock
parent34bc80650b93bf422039af31844898f427cc375c (diff)
lower traits
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 7bd2144a7..c2d00adeb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1018,6 +1018,7 @@ dependencies = [
1018 "ra_syntax", 1018 "ra_syntax",
1019 "ra_tt", 1019 "ra_tt",
1020 "rustc-hash", 1020 "rustc-hash",
1021 "smallvec",
1021 "stdx", 1022 "stdx",
1022 "test_utils", 1023 "test_utils",
1023] 1024]