summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorRastamo <42067541+Rastamo@users.noreply.github.com>2020-10-11 14:00:03 +0200
committerGitHub <noreply@github.com>2020-10-11 14:00:03 +0200
commite6bde22f9c65e1da07602021d759ab702f7317d4 (patch)
tree2e92e1e6a4a9f156e1181b788a65b5dd0526dc05 /info.toml
parentcc5b9b772a219cc114a31e762bdf0eaa63cb3221 (diff)
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.
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 28bf24d..2d0abdb 100644
--- a/info.toml
+++ b/info.toml
@@ -210,7 +210,7 @@ of the tuple. You can do it!!"""
[[exercises]]
name = "primitive_types6"
path = "exercises/primitive_types/primitive_types6.rs"
-mode = "compile"
+mode = "test"
hint = """
While you could use a destructuring `let` for the tuple here, try
indexing into it instead, as explained in the last example of the