1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-17 22:22:44 +02:00
This commit is contained in:
mo8it 2023-08-27 00:47:03 +02:00
parent 64224d3918
commit 16936d95d1

View File

@ -1,6 +1,6 @@
// move_semantics3.rs
//
// Make me compile without adding new lines-- just changing existing lines! (no
// Make me compile without adding new lines -- just changing existing lines! (no
// lines with multiple semicolons necessary!)
//
// Execute `rustlings hint move_semantics3` or use the `hint` watch subcommand