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 {
146
146
}
147
147
148
148
const SYSROOT_CRATES : & str = "
149
- std
150
- core
151
149
alloc
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
163
151
panic_abort
164
- rand
152
+ panic_unwind
153
+ proc_macro
154
+ profiler_builtins
155
+ rtstartup
156
+ std
157
+ stdarch
165
158
term
166
- unwind
167
- build_helper
168
- rustc_asan
169
- rustc_lsan
170
- rustc_msan
171
- rustc_tsan
172
- syntax" ;
159
+ test
160
+ unwind" ;
173
161
174
162
const STD_DEPS : & str = "
175
163
alloc
176
- alloc_jemalloc
177
- alloc_system
178
164
core
179
165
panic_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