chore: changed errors3 mode from test to compile
This commit is contained in:
parent
04dbf03ace
commit
96c56ab08a
|
@ -470,7 +470,7 @@ and give it a try!"""
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
name = "errors3"
|
name = "errors3"
|
||||||
path = "exercises/error_handling/errors3.rs"
|
path = "exercises/error_handling/errors3.rs"
|
||||||
mode = "test"
|
mode = "compile"
|
||||||
hint = """
|
hint = """
|
||||||
If other functions can return a `Result`, why shouldn't `main`?"""
|
If other functions can return a `Result`, why shouldn't `main`?"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue