Merge pull request #1641 from mo8it/move-semantics5-test

Convert exercises with assertions to tests
This commit is contained in:
liv
2023-09-06 09:31:46 +02:00
committed by GitHub
6 changed files with 9 additions and 5 deletions

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