mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Show a message before running the exercise
This commit is contained in:
parent
34f02cf83d
commit
0785b24192
@ -51,6 +51,8 @@ impl<'a> WatchState<'a> {
|
||||
pub fn run_current_exercise(&mut self) -> Result<()> {
|
||||
self.show_hint = false;
|
||||
|
||||
self.writer
|
||||
.write_all(b"\nChecking the exercise, please wait...")?;
|
||||
let success = self
|
||||
.app_state
|
||||
.current_exercise()
|
||||
|
Loading…
Reference in New Issue
Block a user