aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-05-22 17:49:22 +0100
committerLaurenČ›iu Nicola <[email protected]>2019-05-23 10:32:47 +0100
commit444e52e519a06e5ac397edf6fa2f4f2e06537e4e (patch)
tree21f3be8eeb51e97aae3bd848250e395710615937 /Cargo.lock
parenta25e103e4542637047fe388a926aebddca07b3b7 (diff)
Move NameRef classification logic out of reference_definition
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)",