diff options
| author | magnusrodseth <59113973+magnusrodseth@users.noreply.github.com> | 2022-08-17 12:50:34 +0200 |
|---|---|---|
| committer | magnusrodseth <59113973+magnusrodseth@users.noreply.github.com> | 2022-08-17 12:50:34 +0200 |
| commit | 52a29aa84be2a89894f2ad1f5ebdcf153c49f399 (patch) | |
| tree | d75521e6316b37fe43e8f59dfb96f9a47f2010a6 /info.toml | |
| parent | d0c7b06eff3e8959b261145e10f1aaa57ba1e4c3 (diff) | |
test: Convert main function to working tests
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -545,7 +545,7 @@ is the easiest, but how do you do it safely so that it doesn't panic in your fac [[exercises]] name = "options2" path = "exercises/options/options2.rs" -mode = "compile" +mode = "test" hint = """ check out: https://doc.rust-lang.org/rust-by-example/flow_control/if_let.html |
