1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-12 05:24:12 +02:00

Remove bullet point about printing p1

This commit is contained in:
Fabian Bornhofen 2023-01-09 13:39:39 +01:00
parent 45bc1233d2
commit 0723135dc6

View File

@ -40,7 +40,6 @@ Copying and cloning are not the same thing:
In the above example, try the following:
* Try printing `p1` again after the move. What do you expect to happen?
* What happens when you add a `String` field to `struct Point`?
* Does it work when you remove `Copy` from the `derive` attribute?
* After removing `Copy`, can you still print `p1` after the move?