aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-02-03 22:23:59 +0000
committerFlorian Diebold <[email protected]>2019-02-04 20:49:34 +0000
commit0c2fedc2cb5f086b1f6c2942de0e76427dfe9b00 (patch)
treedaac13b333268d575bde2aa2e2f5e80c9fadb982 /crates
parent1056b480d6235ee72849a416b84e13180f84307c (diff)
Add alloc to std deps
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_lsp_server/src/project_model/sysroot.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/src/project_model/sysroot.rs b/crates/ra_lsp_server/src/project_model/sysroot.rs
index 1e0604bf5..fb4685671 100644
--- a/crates/ra_lsp_server/src/project_model/sysroot.rs
+++ b/crates/ra_lsp_server/src/project_model/sysroot.rs
@@ -127,6 +127,7 @@ rustc_tsan
127syntax"; 127syntax";
128 128
129const STD_DEPS: &str = " 129const STD_DEPS: &str = "
130alloc
130alloc_jemalloc 131alloc_jemalloc
131alloc_system 132alloc_system
132core 133core