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