File tree Expand file tree Collapse file tree 1 file changed +17
-31
lines changed
crates/ra_project_model/src Expand file tree Collapse file tree 1 file changed +17
-31
lines changed Original file line number Diff line number Diff line change @@ -146,42 +146,28 @@ impl SysrootCrateData {
146146}
147147
148148const SYSROOT_CRATES : & str = "
149- std
150- core
151149alloc
152- collections
153- libc
154- proc_macro
155- rustc_unicode
156- std_unicode
157- test
158- alloc_jemalloc
159- alloc_system
160- compiler_builtins
161- getopts
162- panic_unwind
150+ core
163151panic_abort
164- rand
152+ panic_unwind
153+ proc_macro
154+ profiler_builtins
155+ rtstartup
156+ std
157+ stdarch
165158term
166- unwind
167- build_helper
168- rustc_asan
169- rustc_lsan
170- rustc_msan
171- rustc_tsan
172- syntax" ;
159+ test
160+ unwind" ;
173161
174162const STD_DEPS : & str = "
175163alloc
176- alloc_jemalloc
177- alloc_system
178164core
179165panic_abort
180- rand
181- compiler_builtins
182- unwind
183- rustc_asan
184- rustc_lsan
185- rustc_msan
186- rustc_tsan
187- build_helper ";
166+ panic_unwind
167+ profiler_builtins
168+ rtstartup
169+ proc_macro
170+ stdarch
171+ term
172+ test
173+ unwind ";
You can’t perform that action at this time.
0 commit comments