You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/concept/resistor-color/.docs/instructions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The goal of this exercise is to create a way:
32
32
- to list the different band colors
33
33
34
34
For task number one, you will need the external crate [`int-enum`](https://docs.rs/int-enum/0.4.0/int_enum/) and for task number three, you'll need [`enum-iterator`](https://docs.rs/enum-iterator/1.1.1/enum_iterator/).
35
-
They're both already included in this exercise's `Cargo.toml`.
35
+
They're both already included in this exercise's `Cargo.toml`.
36
36
Be sure to check the crates' documentation to learn how to use them.
37
37
You can look into the default implementation of the Debug trait for Enums to complete task number two.
0 commit comments