summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-07-29 12:37:15 +0200
committerana <ana@ana.st>2021-07-29 12:37:15 +0200
commitdf25684cb79f8413915e00b5efef29369849cef1 (patch)
treeb343600fc2b2b697b91acd6efa39c37cf091a543 /info.toml
parent8e313cffaaacc17716e0c9b95ef91b5520fa7824 (diff)
fix(move_semantics5): Clarify instructions
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/info.toml b/info.toml
index afc7fdf..d5008ed 100644
--- a/info.toml
+++ b/info.toml
@@ -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