From aef1bd9e79e9fd6fe76a2add5db0efa2b16def90 Mon Sep 17 00:00:00 2001 From: Ryan McQuen <rpcm@linux.com> Date: Mon, 31 Aug 2020 13:13:27 -0700 Subject: [PATCH] Switch to test mode for using_as. --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index 46e353f..6eafbc5 100644 --- a/info.toml +++ b/info.toml @@ -787,7 +787,7 @@ what you've learned :)""" [[exercises]] name = "using_as" path = "exercises/conversions/using_as.rs" -mode = "compile" +mode = "test" hint = """ Use the `as` operator to cast one of the operands in the last line of the `average` function into the expected return type."""