chore: primitive_types6 mode changed to test (#559)

primitive_types6 exercise was changed to test yesterday, but info.toml file wasn't updated.
I think this change should fix it.
This commit is contained in:
Rastamo 2020-10-11 14:00:03 +02:00 committed by GitHub
parent cc5b9b772a
commit e6bde22f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ of the tuple. You can do it!!"""
[[exercises]] [[exercises]]
name = "primitive_types6" name = "primitive_types6"
path = "exercises/primitive_types/primitive_types6.rs" path = "exercises/primitive_types/primitive_types6.rs"
mode = "compile" mode = "test"
hint = """ hint = """
While you could use a destructuring `let` for the tuple here, try While you could use a destructuring `let` for the tuple here, try
indexing into it instead, as explained in the last example of the indexing into it instead, as explained in the last example of the