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