mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-02 16:59:18 +00:00
Improve comment clarity for enums1 exercise
This commit is contained in:
parent
9fecdba101
commit
91ba337adf
@ -1,6 +1,7 @@
|
|||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
enum Message {
|
enum Message {
|
||||||
// TODO: Define a few types of messages as used below.
|
// TODO: Define the message types used below.
|
||||||
|
// These are simple enum variants with no data.
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user