修改标点符号

Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
pull/1464/head
zrll_ 2 months ago committed by GitHub
parent 6f8087917f
commit 222a0cafca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -205,5 +205,5 @@ let Some(x) = some_option_value else { return; }
println!("{}", x);
```
在上面的例子中,`if let`写法里的`x`只能在`if`分支内使用,而`let-else`写法里的`x`则可以在`let`之外使用。
在上面的例子中,`if let` 写法里的 `x` 只能在 `if` 分支内使用,而 `let-else` 写法里的 `x` 则可以在 `let` 之外使用。

Loading…
Cancel
Save