1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-14 14:46:43 +02:00
Martin Geisler d4c08e6c9d
Remove statement that data is moved when assigning ()
* Remove statement that data is moved when assigning

The distinction between non-`Copy` and `Copy` types is tricky to explain. One problem is that people often focus on _moving_ vs _copying_ when both variable types always copy data.

This PR removes the statement about moving data (since that is wrong on its own).

* Apply suggestions from code review

Co-authored-by: Dustin J. Mitchell <djmitche@google.com>

* Apply suggestions from code review

Co-authored-by: Dustin J. Mitchell <djmitche@google.com>

---------

Co-authored-by: Dustin J. Mitchell <djmitche@google.com>
2023-07-18 08:52:26 -07:00
..
2023-06-09 18:00:33 +00:00
2023-03-30 13:25:34 +01:00
2023-05-23 12:57:38 +00:00
2023-07-18 13:32:45 +02:00
2023-04-24 14:46:38 -04:00
2023-07-17 22:38:48 -07:00
2023-05-03 12:00:58 +02:00
2023-04-14 14:06:50 +00:00
2022-12-21 16:38:28 +01:00
2023-07-12 09:43:02 -07:00
2022-12-21 16:38:28 +01:00
2022-12-21 16:38:28 +01:00
2022-12-21 16:38:28 +01:00
2023-01-23 12:44:07 +00:00
2022-12-21 16:38:28 +01:00
2022-12-21 16:38:28 +01:00
2023-03-30 13:25:34 +01:00
2023-01-30 13:12:51 +00:00
2022-12-26 09:12:00 +01:00
2022-12-21 16:38:28 +01:00
2023-01-17 11:42:31 +00:00