Switch to test mode for using_as.

This commit is contained in:
Ryan McQuen 2020-08-31 13:13:27 -07:00 committed by GitHub
parent 8f7b5bd00e
commit aef1bd9e79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""