From 97158f5c8a6dadf3bcf28601f739ab6b7c4464aa Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 30 May 2019 15:03:58 +0300 Subject: add built-in types to scopes --- crates/ra_hir/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_hir/Cargo.toml') diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index a86dfa6b2..78808e72f 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml @@ -13,6 +13,7 @@ parking_lot = "0.8.0" ena = "0.11" join_to_string = "0.1.3" either = "1.5.2" +once_cell = "0.2" ra_syntax = { path = "../ra_syntax" } ra_arena = { path = "../ra_arena" } -- cgit v1.2.3