mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
b8aab9781a
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.