mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Add alloc to std deps
This commit is contained in:
parent
1056b480d6
commit
0c2fedc2cb
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ rustc_tsan
|
||||||
syntax";
|
syntax";
|
||||||
|
|
||||||
const STD_DEPS: &str = "
|
const STD_DEPS: &str = "
|
||||||
|
alloc
|
||||||
alloc_jemalloc
|
alloc_jemalloc
|
||||||
alloc_system
|
alloc_system
|
||||||
core
|
core
|
||||||
|
|
Loading…
Reference in a new issue