We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a61a commit 664228eCopy full SHA for 664228e
src/watch.rs
@@ -154,8 +154,9 @@ pub fn watch(
154
}
155
156
const QUIT_MSG: &[u8] = b"
157
+
158
We hope you're enjoying learning Rust!
-If you want to continue working on the exercises at a later point, you can simply run `rustlings` again.
159
+If you want to continue working on the exercises at a later point, you can simply run `rustlings` again in this directory.
160
";
161
162
const NOTIFY_ERR: &str = "
0 commit comments