File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,6 @@ name = "profiler_builtins"
235
235
version = " 0.0.0"
236
236
dependencies = [
237
237
" cc" ,
238
- " compiler_builtins" ,
239
- " core" ,
240
238
]
241
239
242
240
[[package ]]
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ bench = false
9
9
doc = false
10
10
11
11
[dependencies ]
12
- core = { path = " ../core" }
13
- compiler_builtins = { version = " 0.1.0" , features = [' rustc-dep-of-std' ] }
14
12
15
13
[build-dependencies ]
16
14
# FIXME: Pinned due to build error when bumped (#132556)
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( internal_features) ]
3
+ #![ feature( no_core) ]
3
4
#![ feature( profiler_runtime) ]
4
5
#![ feature( staged_api) ]
5
6
// tidy-alphabetical-end
6
7
7
8
// Other attributes:
8
- #![ no_std ]
9
+ #![ no_core ]
9
10
#![ profiler_runtime]
10
11
#![ unstable(
11
12
feature = "profiler_runtime_lib" ,
You can’t perform that action at this time.
0 commit comments