aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-30 13:03:58 +0100
committerAleksey Kladov <[email protected]>2019-05-30 13:03:58 +0100
commit97158f5c8a6dadf3bcf28601f739ab6b7c4464aa (patch)
tree3b1fa7e454c538f767ba8dc512fe1305780902a6 /Cargo.lock
parent4e5b02966b068a9aecc9d47290e865b0d44ce9ce (diff)
add built-in types to scopes
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 b56586ac1..e38fa0ff0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1084,6 +1084,7 @@ dependencies = [
1084 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1084 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1085 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1085 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1086 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1086 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1087 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1087 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1088 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1088 "ra_arena 0.1.0", 1089 "ra_arena 0.1.0",
1089 "ra_db 0.1.0", 1090 "ra_db 0.1.0",