mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +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.