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