mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
Readd "structs"
This commit is contained in:
parent
7123c7ae3a
commit
43d15f09f0
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ dir = "08_enums"
|
|||
test = false
|
||||
hint = """
|
||||
You can create enumerations that have different variants with different types
|
||||
such as anonymous structs, a single string, tuples, no data, etc."""
|
||||
such as anonymous structs, structs, a single string, tuples, no data, etc."""
|
||||
|
||||
[[exercises]]
|
||||
name = "enums3"
|
||||
|
|
Loading…
Reference in a new issue