Skip to content

Commit cbc2ac5

Browse files
authored
Add core to STD_DEPS
See #731.
1 parent 581c97a commit cbc2ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ra_lsp_server/src/project_model/sysroot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ syntax";
129129
const STD_DEPS: &str = "
130130
alloc_jemalloc
131131
alloc_system
132+
core
132133
panic_abort
133134
rand
134135
compiler_builtins

0 commit comments

Comments
 (0)