rustlings/exercises/move_semantics
Taylor Yu 1b85828548 fix: move_semantics5 hints
Improve the hints for move_semantics5, as well as the explanatory
comments in the code.

Previously, it was not clear what possible changes were allowed.
It seems that reordering the statements might be the intended solution.
The previous comment about not "adding newlines" doesn't make sense,
so treating it as "adding new lines" makes it more clear.
2021-05-22 22:09:58 -05:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
move_semantics1.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
move_semantics2.rs fix: line numbers in several exercises and hints 2019-11-14 08:21:56 +01:00
move_semantics3.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
move_semantics4.rs fix(move_semantics4): Remove redundant "instead" (#640) 2021-02-07 12:22:13 +01:00
move_semantics5.rs fix: move_semantics5 hints 2021-05-22 22:09:58 -05:00

README.md

Move Semantics

These exercises are adapted from pnkfelix's Rust Tutorial -- Thank you Felix!!!

Further information

For this section, the book links are especially important.