diff options
author | Laurențiu Nicola <[email protected]> | 2019-02-03 15:35:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-02-03 15:35:42 +0000 |
commit | cbc2ac5d09e35eb7f45815cc135e75c662060a5e (patch) | |
tree | d3321cdc690e154cf1ad68125d6903019a00fae6 | |
parent | 581c97a5c3821e247df372f25cf8c01ed514bdd9 (diff) |
Add core to STD_DEPS
See #731.
-rw-r--r-- | crates/ra_lsp_server/src/project_model/sysroot.rs | 1 |
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"; | |||
129 | const STD_DEPS: &str = " | 129 | const STD_DEPS: &str = " |
130 | alloc_jemalloc | 130 | alloc_jemalloc |
131 | alloc_system | 131 | alloc_system |
132 | core | ||
132 | panic_abort | 133 | panic_abort |
133 | rand | 134 | rand |
134 | compiler_builtins | 135 | compiler_builtins |