From ebaaf958d450262f48aef73031cf316c68e41fb8 Mon Sep 17 00:00:00 2001 From: Aziz Unsal Date: Fri, 11 Nov 2022 12:30:30 +0300 Subject: [PATCH] Removed 'I AM NOT DONE' from errors6 exercise. Btw, error6 should be rewritten with map_err. --- exercises/error_handling/errors6.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/error_handling/errors6.rs b/exercises/error_handling/errors6.rs index b8bda306c1..c20531bc73 100644 --- a/exercises/error_handling/errors6.rs +++ b/exercises/error_handling/errors6.rs @@ -8,7 +8,6 @@ // Execute `rustlings hint errors6` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE use std::num::ParseIntError;