mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
fix(move_semantics5): correct typo (#857)
This commit is contained in:
parent
ad338ee789
commit
46c28d5cef
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// move_semantics5.rs
|
||||
// Make me compile only be reordering the lines in `main()`, but without
|
||||
// Make me compile only by reordering the lines in `main()`, but without
|
||||
// adding, changing or removing any of them.
|
||||
// Execute `rustlings hint move_semantics5` for hints :)
|
||||
|
||||
|
|
Loading…
Reference in a new issue