aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-23 10:39:22 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-23 10:39:22 +0100
commit44665685257f18d182ab116855dd9e8b054c49da (patch)
tree18cd8acc433e26d7637f42e173e444739bd8e80b /Cargo.lock
parent078c0e26c3ff4d9652bcb4845b5f4665c2e0989d (diff)
parent444e52e519a06e5ac397edf6fa2f4f2e06537e4e (diff)
Merge #1311
1311: Move NameRef classification logic out of reference_definition r=matklad a=lnicola Co-authored-by: LaurenČ›iu Nicola <[email protected]>
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 5aa4ff5de..ecea2444e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1089,6 +1089,7 @@ version = "0.1.0"
1089dependencies = [ 1089dependencies = [
1090 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1090 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1091 "ra_arena 0.1.0", 1091 "ra_arena 0.1.0",
1092 "ra_prof 0.1.0",
1092 "ra_syntax 0.1.0", 1093 "ra_syntax 0.1.0",
1093 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1094 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1094 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1095 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",