From d49e53c1c96415ce72233445a50773b1aa87a783 Mon Sep 17 00:00:00 2001 From: kirti purohit Date: Wed, 11 Jan 2023 14:13:14 +0530 Subject: [PATCH] updated main.rs --- info.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/info.toml b/info.toml index 69b3c70b..bea438e1 100644 --- a/info.toml +++ b/info.toml @@ -1162,11 +1162,5 @@ mode = "test" hint = """ Add AsRef as a trait bound to the functions.""" -[[exercises]] -name = "dikjstra-algorithm" -path = "exercises\Algorithms\Dijkstra-Algorithm\src\main.rs" -mode = "test" -hint = """ -Add AsRef as a trait bound to the functions."""