Skip to content

Commit 96c56ab

Browse files
authored
chore: changed errors3 mode from test to compile
1 parent 04dbf03 commit 96c56ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ and give it a try!"""
470470
[[exercises]]
471471
name = "errors3"
472472
path = "exercises/error_handling/errors3.rs"
473-
mode = "test"
473+
mode = "compile"
474474
hint = """
475475
If other functions can return a `Result`, why shouldn't `main`?"""
476476

@@ -694,7 +694,7 @@ Step 2 & step 2.1:
694694
Very similar to the lines above and below. You've got this!
695695
Step 3:
696696
An iterator goes through all elements in a collection, but what if we've run out of
697-
elements? What should we expect here? If you're stuck, take a look at
697+
elements? What should we expect here? If you're stuck, take a look at
698698
https://doc.rust-lang.org/std/iter/trait.Iterator.html for some ideas.
699699
"""
700700

0 commit comments

Comments
 (0)