Skip to content

Commit e6bde22

Browse files
authored
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.
1 parent cc5b9b7 commit e6bde22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ of the tuple. You can do it!!"""
210210
[[exercises]]
211211
name = "primitive_types6"
212212
path = "exercises/primitive_types/primitive_types6.rs"
213-
mode = "compile"
213+
mode = "test"
214214
hint = """
215215
While you could use a destructuring `let` for the tuple here, try
216216
indexing into it instead, as explained in the last example of the

0 commit comments

Comments
 (0)