mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
fix: missing 2 words' translation.
This commit is contained in:
parent
8fc7d6bb54
commit
3c72727018
@ -123,7 +123,7 @@
|
||||
|
||||
[turbofish]: https://matematikaadit.github.io/posts/rust-turbofish.html
|
||||
|
||||
Table B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中的符号。
|
||||
表 B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中的符号。
|
||||
|
||||
<span class="caption">表 B-5: Trait Bound 约束</span>
|
||||
|
||||
@ -136,7 +136,7 @@ Table B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中
|
||||
| `T: ?Sized` | 使用一个不定大小的泛型类型 |
|
||||
| `'a + trait`, `trait + trait` | 复合类型限制 |
|
||||
|
||||
Table B-6 展示了在调用或定义宏以及在其上指定属性时的上下文中出现的符号。
|
||||
表 B-6 展示了在调用或定义宏以及在其上指定属性时的上下文中出现的符号。
|
||||
|
||||
<span class="caption">表 B-6: 宏与属性</span>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user