aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 12:53:32 +0000
committerAleksey Kladov <[email protected]>2019-01-08 12:53:32 +0000
commitd4c8310d059e76f28c81e1e404dfe79b982bc23b (patch)
tree49ace1774d9ed6ebfa141af27368030fa4c3279d /Cargo.lock
parent5603237c069c600963b8e25481af397b25e3b185 (diff)
switch interner to use arena
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 6ef51fed0..c84fa0c02 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,6 +678,7 @@ name = "ra_db"
678version = "0.1.0" 678version = "0.1.0"
679dependencies = [ 679dependencies = [
680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
681 "ra_arena 0.1.0",
681 "ra_editor 0.1.0", 682 "ra_editor 0.1.0",
682 "ra_syntax 0.1.0", 683 "ra_syntax 0.1.0",
683 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 684 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",