1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-06 01:27:27 +02:00
Martin Geisler b051b04afa
Use explicit Arc::clone instead of calling .clone() method (#596)
This is to highlight that the clones are cheap: they run custom logic
in the reference counted type, they don’t do a deep clone.
2023-04-27 23:46:09 +02:00
..
2023-02-22 16:08:50 +01:00
2023-03-11 14:12:32 -08:00
2023-01-11 14:47:34 +01:00
2023-04-24 14:46:38 -04:00