updated info.toml

This commit is contained in:
kirti purohit 2023-01-11 14:05:10 +05:30
parent 140bc616e9
commit 9f95e96f8d
7 changed files with 9 additions and 0 deletions

View File

@ -1161,3 +1161,12 @@ path = "exercises/conversions/as_ref_mut.rs"
mode = "test"
hint = """
Add AsRef<str> as a trait bound to the functions."""
[[exercises]]
name = "dikjstra-algorithm"
path = "exercises\Algorithms\Dijkstra-Algorithm\src\main.rs"
mode = "compile"
hint = """
Add AsRef<str> as a trait bound to the functions."""