mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
updated info.toml
This commit is contained in:
parent
140bc616e9
commit
9f95e96f8d
@ -1161,3 +1161,12 @@ path = "exercises/conversions/as_ref_mut.rs"
|
|||||||
mode = "test"
|
mode = "test"
|
||||||
hint = """
|
hint = """
|
||||||
Add AsRef<str> as a trait bound to the functions."""
|
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."""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user