diff options
| author | ana <ana@ana.st> | 2021-07-29 12:37:15 +0200 |
|---|---|---|
| committer | ana <ana@ana.st> | 2021-07-29 12:37:15 +0200 |
| commit | df25684cb79f8413915e00b5efef29369849cef1 (patch) | |
| tree | b343600fc2b2b697b91acd6efa39c37cf091a543 /info.toml | |
| parent | 8e313cffaaacc17716e0c9b95ef91b5520fa7824 (diff) | |
fix(move_semantics5): Clarify instructions
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -220,10 +220,7 @@ vogue. Does it help to update the value of referent (x) immediately after the mutable reference is taken? Read more about 'Mutable References' in the book's section References and Borrowing': https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references. - -Additional hint: -If you can't add, change, or remove any statements in `main()`, can you -reorder them in a way that lets the program compile?""" +""" # PRIMITIVE TYPES |
