From 5b6e23c323a320ca8306c7645bead2132590624e Mon Sep 17 00:00:00 2001 From: sjmann Date: Fri, 28 Feb 2020 00:29:30 +0000 Subject: [PATCH] removed artifact from manual testing --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index d0ed053..aff47ea 100644 --- a/info.toml +++ b/info.toml @@ -645,7 +645,7 @@ type 'u32'. Maybe we need to update the explicit references to this data type so [[exercises]] name = "generics3" -path = "exercises/generics/generics3_solution.rs" +path = "exercises/generics/generics3.rs" mode = "test" hint = """ To find the best solution to this challenge you're going to need to think back to your