We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2966a29 + 76acf61 commit ce5df2dCopy full SHA for ce5df2d
exercises/23_conversions/from_into.rs
@@ -24,8 +24,9 @@ impl Default for Person {
24
}
25
26
27
+
28
// Your task is to complete this implementation in order for the line `let p1 =
-// Person::from("Mark,20")` to compile Please note that you'll need to parse the
29
+// Person::from("Mark,20")` to compile. Please note that you'll need to parse the
30
// age component into a `usize` with something like `"4".parse::<usize>()`. The
31
// outcome of this needs to be handled appropriately.
32
//
0 commit comments