mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
42bf044ce8
`compiler-builtins` is already in the crate graph via `alloc`, and all features related to `compiler-builtins` goes through `alloc`. There isn't any reason that `std` needs this direct dependency, so remove it.