Refined Ch06.

This commit is contained in:
rust-lang.xfoss.com 2023-12-19 15:28:38 +08:00
parent 842bcc2937
commit 4f1628529f

View File

@ -11,7 +11,7 @@
match config_max {
Some(max) => println! ("The maximum is configured to be {}", max),
_ => ();
_ => ()
}
```