yjh
|
fcb1c1b0ce
|
fix typo: 由于 -> 优于
|
1 year ago |
Sunface
|
1d5076e856
|
Merge pull request #1235 from keijack/main
增加 vector 排序相关内容
|
1 year ago |
keijack
|
ea0a7cbeb0
|
增加 vector 排序相关内容。
|
1 year ago |
keijack
|
d207e3125d
|
增加 vector 排序相关内容。
|
1 year ago |
Sunface
|
a9550176f0
|
Merge pull request #1233 from liting-yes/main
fix: typo in appendix/rust-version
|
1 year ago |
Crpdim
|
5a847b8718
|
Update iterators.md
数组切`&[String]` -> 数组切片`&[String]`
|
1 year ago |
liting
|
a2e9a6dd9e
|
fix: typo in appendix/rust-version
|
1 year ago |
asthetik
|
da44cafd54
|
Prefix it with an underscore: `_i`
|
1 year ago |
sunface
|
e4c6bd7634
|
fix: typo in converse ch
|
1 year ago |
sunface
|
14b18a8b0c
|
[fix] 修复<<下载很慢>>章节目录错乱
|
1 year ago |
sunface
|
dd5bd85206
|
重新组织优化<<下载依赖太慢了>>章节
|
1 year ago |
Sunface
|
c4e61b5401
|
Merge pull request #1229 from GaoZG2/patch-2
Update string-slice.md
|
1 year ago |
GaoZG2
|
22a5392df7
|
Update string-slice.md
代码的补充注释
|
1 year ago |
Sunface
|
51b107a6c4
|
Update README.md
replace a cookbook url address
|
1 year ago |
Sunface
|
c95e98c88f
|
Merge pull request #1211 from acehinnnqru/patch-2
Update flow-control.md
|
1 year ago |
Sunface
|
65d11ba5fe
|
Apply suggestions from code review
|
1 year ago |
Sunface
|
a09565140e
|
Merge pull request #1219 from WenqingZong/main
Fix typo in concurrency chapter, deadlock part
|
1 year ago |
Sunface
|
14b538ec5f
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Sunface
|
bdba4ab01f
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Sunface
|
47384f29d7
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Sunface
|
2331fe1f68
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Wenqing Zong
|
406df0a46e
|
Fix typo in concurrency chapter, deadlock part
|
1 year ago |
Sunface
|
a1b978a027
|
Merge pull request #1212 from acehinnnqru/patch-3
patch: update all-patterns.md
|
1 year ago |
Sunface
|
db20fb8272
|
Merge pull request #1216 from mzccddkk/patch-1
Update trait.md
|
1 year ago |
mzccddkk
|
51e77174ff
|
Update trait.md
文字错误
|
2 years ago |
Au
|
a79377d5d4
|
fix: all-patterns.md
更新变量遮蔽的 `match` 引用地址
|
2 years ago |
Au
|
cabca6e249
|
Update all-patterns.md
更正部分内容, 避免误解. 这里可以随时使用其他变量, 不一定使用 y, 没必要刻意混杂各种概念.
|
2 years ago |
Au
|
00c2a7355f
|
Update flow-control.md
去掉希望强调所有权的提示, 转为所有权说明.
如有错误请指正.
|
2 years ago |
Sunface
|
d17927fc6e
|
Merge pull request #1163 from stevenlele/too-many-lists
fix translation in too-many-lists
|
2 years ago |
Sunface
|
fdc94cea58
|
Merge pull request #1192 from acehinnnqru/patch-1
Update match-if-let.md
|
2 years ago |
Sunface
|
7f90c174ba
|
Merge pull request #1194 from zhenzhenChange/add-note
update note
|
2 years ago |
Sunface
|
af44f2f6dd
|
Merge pull request #1195 from zhaoshouhang/patch-1
Update advance.md
|
2 years ago |
Sunface
|
0f20d86bc0
|
Merge pull request #1196 from book-9A18C1C14F804B09BD52E2DFAAB8F20F/main
Typo modification
|
2 years ago |
Sunface
|
b8160e88a0
|
Merge pull request #1198 from Ethkuil/main
Update string-slice.md: 修复对 `+`、`+=` 的错误描述,并添加注释
|
2 years ago |
Sunface
|
c1ad64b845
|
Merge pull request #1201 from Doraemonkeys/patch-1
修改标点符号
|
2 years ago |
Sunface
|
969991965c
|
Merge pull request #1207 from busyDecoding/patch-4
Update overview.md
|
2 years ago |
Sunface
|
78247e26df
|
Merge pull request #1202 from Doraemonkeys/patch-2
增加一个match的例子
|
2 years ago |
Larry Lee
|
250baf1797
|
Update overview.md
修改病句
|
2 years ago |
Sunface
|
a1bb3ce95e
|
Merge pull request #1206 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.69
|
2 years ago |
EluvK
|
f53c84cf0c
|
translation(appendix/rust-versions) : 1.69
|
2 years ago |
EluvK
|
111f98138a
|
fix typo
|
2 years ago |
doraemon
|
58d17bab39
|
增加一个match的例子
在学习章节 `2.11.2. 返回值 Result 和?` 时遇到一个新的match用法,之前没有提到过,所以在这里加上。
https://course.rs/basic/result-error/result.html#%E5%AF%B9%E8%BF%94%E5%9B%9E%E7%9A%84%E9%94%99%E8%AF%AF%E8%BF%9B%E8%A1%8C%E5%A4%84%E7%90%86
|
2 years ago |
doraemon
|
0dced0f8c0
|
修改标点符号
|
2 years ago |
Hobart Zhi-xin Lin
|
6917b9f43c
|
Update string-slice.md: 修复对 `+`、`+=` 的错误描述,并添加注释
|
2 years ago |
大漠知秋
|
2a5c30b204
|
Typo modification
|
2 years ago |
Sunface
|
e7c6d918e5
|
Merge pull request #1189 from callqh/patch-1
fix: typo
|
2 years ago |
Sunface
|
471f25eaef
|
Merge pull request #1185 from shenX-2021/main
fix(too-many-lists): wrong translation;
|
2 years ago |
Sunface
|
a357cedcf4
|
Merge pull request #1184 from jamesarch/main
修改错字
|
2 years ago |
Sunface
|
25d496a9be
|
Merge pull request #1182 from iscas-zac/main
Update web-server.md:steam->stream, collecto->collect
|
2 years ago |
Sunface
|
614e03d3de
|
Merge pull request #1181 from yanggangtony/fix-typo
修复语句不通顺问题
|
2 years ago |