Merge branch 'main'

This commit is contained in:
mo8it
2024-06-27 11:30:42 +02:00
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ impl Default for Person {
// 5. Extract the other element from the split operation and parse it into a
// `usize` as the age.
// If while parsing the age, something goes wrong, then return the default of
// Person Otherwise, then return an instantiated Person object with the results
// Person. Otherwise, then return an instantiated Person object with the results
impl From<&str> for Person {
fn from(s: &str) -> Person {}