rust/library/core
Jacob Pratt fa494d652d
Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubilee
std: clarify Clone trait documentation about duplication semantics

Closes rust-lang/rust#141138

The change explicitly explains that cloning behavior varies by type and clarifies that smart pointers (`Arc`, `Rc`) share the same underlying data. I've also added an example of cloning to Arc.
2025-06-01 00:35:50 +02:00
..
src Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubilee 2025-06-01 00:35:50 +02:00
Cargo.toml Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00