From 21d06f7e11e12edbc9d5283ea13d5305de6500d9 Mon Sep 17 00:00:00 2001 From: YKG <ye@kaige.org> Date: Sat, 11 Apr 2020 22:59:45 +0800 Subject: [PATCH] chore: Add result1.rs to exercise list --- info.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/info.toml b/info.toml index 04a90cf..b84f3d5 100644 --- a/info.toml +++ b/info.toml @@ -507,6 +507,12 @@ get a warning if you don't handle a `Result` that you get in your function. Read more about that in the `std::result` module docs: https://doc.rust-lang.org/std/result/#results-must-be-used""" +[[exercises]] +name = "result1" +path = "exercises/error_handling/result1.rs" +mode = "test" +hint = "No hints this time ;)" + # OPTIONS / RESULTS [[exercises]]