File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,6 @@ name = "profiler_builtins"
235235version = " 0.0.0"
236236dependencies = [
237237 " cc" ,
238- " compiler_builtins" ,
239- " core" ,
240238]
241239
242240[[package ]]
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ bench = false
99doc = false
1010
1111[dependencies ]
12- core = { path = " ../core" }
13- compiler_builtins = { version = " 0.1.0" , features = [' rustc-dep-of-std' ] }
1412
1513[build-dependencies ]
1614# FIXME: Pinned due to build error when bumped (#132556)
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
22#![ allow( internal_features) ]
3+ #![ feature( no_core) ]
34#![ feature( profiler_runtime) ]
45#![ feature( staged_api) ]
56// tidy-alphabetical-end
67
78// Other attributes:
8- #![ no_std ]
9+ #![ no_core ]
910#![ profiler_runtime]
1011#![ unstable(
1112 feature = "profiler_runtime_lib" ,
You can’t perform that action at this time.
0 commit comments