diff options
| author | mo8it <mo8it@proton.me> | 2024-07-05 13:41:04 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-05 13:41:04 +0200 |
| commit | 43d15f09f00a1c4f795550cd3515803d14962211 (patch) | |
| tree | 08c01a27c517f80bcb64e290ee44e169101d58b6 /rustlings-macros | |
| parent | 7123c7ae3a9605fbe962e4ef0a0f1424cd16fef8 (diff) | |
Readd "structs"
Diffstat (limited to 'rustlings-macros')
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 8b72046..715778d 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -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" |
