gggwvg
|
e2883d6100
|
fix typo
|
2 years ago |
Rinne
|
bdab33df30
|
doc: add an example of wrapping_*
|
2 years ago |
Cupnfish
|
16455549e2
|
改错别字
|
2 years ago |
Xuehui He (何学辉)
|
fa0adb4d21
|
fix #1032
|
2 years ago |
Eval EXEC
|
e4e71b016c
|
fix typo
ascyn -> async
|
2 years ago |
Yifu Duan
|
f52f243e1e
|
the demo code can not cache `String` but `&str`
|
2 years ago |
Rustln
|
56b63006d2
|
Merge branch 'sunface:main' into main
|
2 years ago |
Sunface
|
b5fd7d5eea
|
Merge pull request #1024 from mistwave/patch-9
fix typo
|
2 years ago |
Sunface
|
0280d2d36b
|
Merge pull request #1019 from Somoku/main
chore: fix typo, format and answer reference
|
2 years ago |
Sunface
|
b66866873c
|
Merge pull request #1017 from fky2015/patch-1
fix: fix typo.
|
2 years ago |
Yifu Duan
|
c2042bc3e9
|
fix typo
|
2 years ago |
Rustln
|
69e9200d86
|
Merge branch 'sunface:main' into main
|
2 years ago |
Somoku
|
e9b89c2f7f
|
Merge branch 'main' of https://github.com/Somoku/rust-course
|
2 years ago |
Somoku
|
124de6a7da
|
chore: fix typo, format and answer reference
|
2 years ago |
Sunface
|
536e3fda80
|
Merge pull request #1015 from mistwave/fix-punctuation
Fix mixed punctuation usages
|
2 years ago |
Sunface
|
65d888deb2
|
Merge branch 'main' into fix-punctuation
|
2 years ago |
Sunface
|
8bbdda6f52
|
Merge pull request #1014 from mistwave/patch-4
Add an example for if-expression
|
2 years ago |
Sunface
|
80cbf35e50
|
Merge branch 'main' into patch-4
|
2 years ago |
Sunface
|
6211f326b5
|
Merge pull request #1013 from mistwave/patch-6
fix: typo
|
2 years ago |
Sunface
|
f58a1464d1
|
Merge pull request #1012 from mistwave/patch-3
Add relative English wordings
|
2 years ago |
Sunface
|
b73f74cc9c
|
Merge pull request #1011 from Jack-Zhang-1314/patch-1
Update method.md(Fixed ambiguous semantics)
|
2 years ago |
Sunface
|
525707208c
|
Merge pull request #1010 from Wjinlei/patch-1
Update global-variable.md
|
2 years ago |
Sunface
|
b6b2d30d3b
|
Merge pull request #1009 from Somoku/new
fix: format, typo fixed in some sections
|
2 years ago |
Feng Kaiyu
|
abcb43ac75
|
fix: fix typo.
|
2 years ago |
Yifu Duan
|
dc9d5ca870
|
修改正文中的英文冒号
|
2 years ago |
Yifu Duan
|
faafeceb30
|
修改正文中的英文标点
|
2 years ago |
Yifu Duan
|
7457224785
|
修改英文逗号
|
2 years ago |
Yifu Duan
|
38912999f8
|
修正单词typo
|
2 years ago |
Yifu Duan
|
eb6980fc47
|
增加if-expression的例子
类似Scala的`if (x % 2 == 1) "odd" else "even"`,
或者Haskell的`if (x `mod` 2 == 1) then "odd" else "even"`。
|
2 years ago |
Yifu Duan
|
fca480f574
|
加上对应英文单词,便于读者和rustc报错信息对应上
|
2 years ago |
fw_qaq
|
8395dd2a62
|
Update method.md
|
2 years ago |
小虾米
|
3f5a554c6f
|
Update global-variable.md
|
2 years ago |
Rustln
|
26f6d3b9af
|
Merge branch 'sunface:main' into main
|
2 years ago |
Sunface
|
e8cce23425
|
Merge pull request #1007 from lodisy/patch-1
Update struct.md
|
2 years ago |
Sunface
|
a1bbe445e4
|
Merge pull request #1008 from zhaoyao73/patch-2
fix a typo in formatted-output.md
|
2 years ago |
zhaoyao73
|
dd38ca0796
|
fix a typo in formatted-output.md
fix the output
|
2 years ago |
Somoku
|
d6352a5797
|
Merge branch 'main' of https://github.com/Somoku/rust-course
|
2 years ago |
Somoku
|
10d8f39a08
|
fix: format, typo fixed in some sections
|
2 years ago |
Michael
|
3a2bc14ffe
|
Update struct.md
Fix a typo
|
2 years ago |
Sunface
|
8a8070aa2c
|
Merge pull request #1005 from Somoku/main
fix: typos fixed and answer reference link changed
|
2 years ago |
Somoku
|
83ae8680be
|
fix: typos fixed and answer reference link changed
|
2 years ago |
Rustln
|
8be858f366
|
Merge branch 'sunface:main' into main
|
2 years ago |
Sunface
|
c3957b3bd6
|
Merge pull request #1001 from airene/patch-1
chore: spell err
|
2 years ago |
Airene Fang
|
ac9deee742
|
chore: spell err
|
2 years ago |
Rustln
|
91318d5f80
|
Merge branch 'sunface:main' into main
|
2 years ago |
Sunface
|
33cddaeb7e
|
Merge pull request #994 from thecrackofdawn/patch-1
Update all-patterns.md
|
2 years ago |
Sunface
|
dd29cce441
|
Merge pull request #993 from AllanDowney/index
update(index-list): update Box Deref Drop
|
2 years ago |
Rustln
|
3190a0de78
|
Merge pull request #29 from sunface/main
sync
|
2 years ago |
cd
|
5da14a5de9
|
Update all-patterns.md
此处已经假设x的值是`None`了,所以最后描述未被覆盖的x应该用`None`,而不是`Some(5)`
|
2 years ago |
Sunface
|
aa35ba5dab
|
Merge pull request #987 from trdthg/patch-1
fix: typo pulish
|
2 years ago |