summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-21 16:16:52 +0200
committermo8it <mo8it@proton.me>2024-06-21 16:16:52 +0200
commit946c29679e27433ff455bdb30343551757d87769 (patch)
tree564cde27c55a57a02a79803195c2cb69222a3ac6 /rustlings-macros
parent6a79ada7f2afc668418c8fd15e2db622f3d833af (diff)
move_semantics1 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 3edd1c6..bfe32cd 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -342,8 +342,7 @@ error on the line where we push an element to the vector, right?
The fix for this is going to be adding one keyword, and the addition is NOT on
the line where we push to the vector (where the error is).
-Also: Try accessing `vec0` after having called `fill_vec()`. See what
-happens!"""
+Try accessing `vec0` after having called `fill_vec()`. See what happens!"""
[[exercises]]
name = "move_semantics2"