aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-02-03 15:35:42 +0000
committerGitHub <[email protected]>2019-02-03 15:35:42 +0000
commitcbc2ac5d09e35eb7f45815cc135e75c662060a5e (patch)
treed3321cdc690e154cf1ad68125d6903019a00fae6 /crates
parent581c97a5c3821e247df372f25cf8c01ed514bdd9 (diff)
Add core to STD_DEPS
See #731.
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 3b2fa070b..1e0604bf5 100644
--- a/crates/ra_lsp_server/src/project_model/sysroot.rs
+++ b/crates/ra_lsp_server/src/project_model/sysroot.rs
@@ -129,6 +129,7 @@ syntax";
129const STD_DEPS: &str = " 129const STD_DEPS: &str = "
130alloc_jemalloc 130alloc_jemalloc
131alloc_system 131alloc_system
132core
132panic_abort 133panic_abort
133rand 134rand
134compiler_builtins 135compiler_builtins