Skip to content

Commit 2d5d706

Browse files
committed
errors3: Add a comment to prevent changing the wrong line
1 parent a4091ad commit 2d5d706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/13_error_handling/errors3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fn main() {
1919
let mut tokens = 100;
2020
let pretend_user_input = "8";
2121

22+
// Don't change this line.
2223
let cost = total_cost(pretend_user_input)?;
2324

2425
if cost > tokens {

0 commit comments

Comments
 (0)