diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-07-05 13:43:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 13:43:25 +0200 |
| commit | 67d8d5848ce27b968fc5b2c4a92cf175b685bce7 (patch) | |
| tree | 08c01a27c517f80bcb64e290ee44e169101d58b6 /rustlings-macros/info.toml | |
| parent | 4d9c346a173bb722b929f3ea3c00f84954483e24 (diff) | |
| parent | 43d15f09f00a1c4f795550cd3515803d14962211 (diff) | |
Merge pull request #1774 from matthri/fix-enum-variant-inconsistency
Make enum variants more consistent between exercises
Diffstat (limited to 'rustlings-macros/info.toml')
| -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 d75d73f..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 no data, anonymous structs, a single string, tuples, etc.""" +such as anonymous structs, structs, a single string, tuples, no data, etc.""" [[exercises]] name = "enums3" |
