File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ bitflags = { version = "2.4.0", default-features = false }
21
21
# Special dependencies used in rustc-dep-of-std mode.
22
22
core = { version = " 1.0.0" , optional = true , package = " rustc-std-workspace-core" }
23
23
rustc-std-workspace-alloc = { version = " 1.0.0" , optional = true } # not aliased here but in lib.rs because of name collision with the alloc feature
24
- compiler_builtins = { version = ' 0.1.49' , optional = true }
25
24
26
25
# Dependencies for platforms where linux_raw is supported, in addition to libc:
27
26
#
@@ -229,10 +228,8 @@ alloc = []
229
228
rustc-dep-of-std = [
230
229
" core" ,
231
230
" rustc-std-workspace-alloc" ,
232
- " compiler_builtins" ,
233
231
" linux-raw-sys/rustc-dep-of-std" ,
234
232
" bitflags/rustc-dep-of-std" ,
235
- " compiler_builtins?/rustc-dep-of-std" ,
236
233
]
237
234
238
235
# Enable `rustix::io::try_close`. The rustix developers do not intend the
You can’t perform that action at this time.
0 commit comments