mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
@ -68,7 +68,7 @@ fn show_message(msg: Message) {
|
|||||||
assert_eq!(g, 255);
|
assert_eq!(g, 255);
|
||||||
assert_eq!(b, 0);
|
assert_eq!(b, 0);
|
||||||
}
|
}
|
||||||
__ => println!("no data in these variants")
|
_ => println!("no data in these variants")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user