rust/library/alloc
Michael Goulet e749ba2061
Rollup merge of #98364 - RalfJung:arc-clone, r=Mark-Simulacrum
clarify Arc::clone overflow check comment

I had to read this twice to realize that this is explaining that the code is technically unsound, so move that into a dedicated paragraph and make the wording a bit more explicit.
2022-06-23 14:39:13 -07:00
..
benches Add VecDeque::extend TrustedLen benchmark 2022-06-17 23:41:03 +02:00
src Rollup merge of #98364 - RalfJung:arc-clone, r=Mark-Simulacrum 2022-06-23 14:39:13 -07:00
tests Fix documentation for with_capacity and reserve families of methods 2022-06-19 20:46:49 +01:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00