mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 08:51:18 +08:00
更新第六章实例
This commit is contained in:
parent
479d36462f
commit
036bc8ec08
@ -1,7 +1,7 @@
|
||||
fn main() {
|
||||
// ANCHOR: here
|
||||
let some_number = Some(5);
|
||||
let some_string = Some("a string");
|
||||
let some_char = Some('e');
|
||||
|
||||
let absent_number: Option<i32> = None;
|
||||
// ANCHOR_END: here
|
||||
|
Loading…
Reference in New Issue
Block a user