Skip to content

Commit

Permalink
chore: primitive_types6 mode changed to test (#559)
Browse files Browse the repository at this point in the history
primitive_types6 exercise was changed to test yesterday, but info.toml file wasn't updated.
I think this change should fix it.
  • Loading branch information
Rastamo committed Oct 11, 2020
1 parent cc5b9b7 commit e6bde22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6bde22

Please sign in to comment.