mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 20:15:27 +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.