mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2024-12-25 20:30:34 +08:00
Refined Ch06.
This commit is contained in:
parent
842bcc2937
commit
4f1628529f
@ -11,7 +11,7 @@
|
||||
|
||||
match config_max {
|
||||
Some(max) => println! ("The maximum is configured to be {}", max),
|
||||
_ => ();
|
||||
_ => ()
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user