mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 17:01:03 +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.