mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 07:26:48 +00:00
correct the output of a `capacity` method example The output of this example in std::alloc is different from which shown in the comment. I have tested it on both Linux and Windows.