mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
span闭合标签修正
修改两处span标签没有正确闭合的问题
This commit is contained in:
parent
80a434e65c
commit
7a92aed1f3
@ -49,7 +49,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
<span class="caption">示例 15-20: 展示不能用两个 `Box<T>` 的列表尝试共享第三个列表的所有权/span>
|
||||
<span class="caption">示例 15-20: 展示不能用两个 `Box<T>` 的列表尝试共享第三个列表的所有权</span>
|
||||
|
||||
编译会得出如下错误:
|
||||
|
||||
|
@ -151,7 +151,7 @@ first use it -->
|
||||
|
||||
示例 18-12 展示带有两个字段 `x` 和 `y` 的结构体 `Point`,可以通过带有模式的 `let` 语句将其分解:
|
||||
|
||||
<span class="filename">文件名: src/main.rs
|
||||
<span class="filename">文件名: src/main.rs</span>
|
||||
|
||||
```rust
|
||||
struct Point {
|
||||
|
Loading…
Reference in New Issue
Block a user