Merge pull request #2353 from orzechow/improve_enums2_hint

Mention struct-like variants in enums2 hint instead of anonymous structs
This commit is contained in:
Mo Bitar 2026-05-09 12:24:36 +02:00 committed by GitHub
commit d3d414c7b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -439,7 +439,7 @@ dir = "08_enums"
test = false test = false
hint = """ hint = """
You can create enumerations that have different variants with different types You can create enumerations that have different variants with different types
such as anonymous structs, structs, a single string, tuples, no data, etc.""" such as struct-like, tuple-like and unit-only variants."""
[[exercises]] [[exercises]]
name = "enums3" name = "enums3"