Skip to content

Commit 5540808

Browse files
bors[bot]lnicola
andcommitted
Merge #732
732: Add core to STD_DEPS r=matklad a=lnicola See #731. Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 581c97a + cbc2ac5 commit 5540808

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

+1
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)