Update move_semantics2.rs

This commit is contained in:
ragreenburg 2022-04-05 11:55:38 -07:00 committed by GitHub
parent 0a92262fa0
commit 6f35b88e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
// move_semantics2.rs
// Make me compile without changing line 13!
// Make me compile without changing line 13 or moving line 10!
// Execute `rustlings hint move_semantics2` for hints :)
// I AM NOT DONE