mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
docs(enums1): clarify comment about enum variants
This commit is contained in:
parent
1955313362
commit
33537d5fa4
@ -1,6 +1,7 @@
|
||||
#[derive(Debug)]
|
||||
enum Message {
|
||||
// TODO: Define a few types of messages as used below.
|
||||
// These are simple enum variants (no values).
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user