From 2cdd61294f0d9a53775ee24ad76435bec8a21e60 Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Mon, 11 Nov 2019 13:38:24 +0100 Subject: feat: improve `watch` execution mode The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`. --- exercises/error_handling/errors3.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exercises/error_handling/errors3.rs') diff --git a/exercises/error_handling/errors3.rs b/exercises/error_handling/errors3.rs index 31800fc..35cd5c3 100644 --- a/exercises/error_handling/errors3.rs +++ b/exercises/error_handling/errors3.rs @@ -3,6 +3,8 @@ // `total_cost` function from the previous exercise. It's not working though! // Why not? What should we do to fix it? Scroll for hints! +// I AM NOT DONE + use std::num::ParseIntError; fn main() { -- cgit v1.2.3