Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyuan233 committed Dec 24, 2024
1 parent 8c4e82e commit 296bbba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/error_handling/errors1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Execute `rustlings hint errors1` or use the `hint` watch subcommand for a
// hint.

// I AM NOT DONE


pub fn generate_nametag_text(name: String) -> Result<String, String> {
if name.is_empty() {
Expand Down
2 changes: 1 addition & 1 deletion exercises/error_handling/errors2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Execute `rustlings hint errors2` or use the `hint` watch subcommand for a
// hint.

// I AM NOT DONE


use std::num::ParseIntError;

Expand Down
2 changes: 1 addition & 1 deletion exercises/error_handling/errors3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Execute `rustlings hint errors3` or use the `hint` watch subcommand for a
// hint.

// I AM NOT DONE


use std::num::ParseIntError;

Expand Down

0 comments on commit 296bbba

Please sign in to comment.