remove duplicated word

This commit is contained in:
wenjun.zhu 2019-12-04 14:13:26 +08:00
parent 8b6f370fae
commit 4a8d63b5b7

View File

@ -31,7 +31,7 @@
* `match` - 模式匹配
* `mod` - 定义一个模块
* `move` - 使闭包获取其所捕获项的所有权
* `mut` - 表示引用、裸指针或模式绑定的可变性
* `mut` - 表示引用、裸指针或模式绑定的可变性
* `pub` - 表示结构体字段、`impl` 块或模块的公有可见性
* `ref` - 通过引用绑定
* `return` - 从函数中返回