chore: Changed errors3 mode from test to compile.

This commit is contained in:
apogeeoak 2021-02-09 18:01:03 -05:00
parent b4a4138559
commit 1029290f62

View file

@ -470,7 +470,7 @@ and give it a try!"""
[[exercises]]
name = "errors3"
path = "exercises/error_handling/errors3.rs"
mode = "test"
mode = "compile"
hint = """
If other functions can return a `Result`, why shouldn't `main`?"""