mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 06:34:21 +00:00
`std::alloc` said that the default allocator is unspecified for all crrate types except `cdylib` and `staticlib`. Adjust `std::alloc::System` documentation to say the same. Fixes #125870.