File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ generously donate their time and expertise to help make Rust what it is.
19
19
20
20
#### 2015
21
21
22
- ** [ 1.2] — Parallel Codegen:** Compile time improvements are large theme to every
22
+ ** [ 1.2] — Parallel Codegen:** Compile time improvements are a large theme to every
23
23
release of Rust, and it's hard to imagine that there was a short time where
24
24
Rust had no parallel code generation at all.
25
25
26
26
** [ 1.3] — The Rustonomicon:** Our first release of the fantastic "Rustonomicon", a
27
- book that explores Unsafe Rust and its surrounding topics has become a great
27
+ book that explores Unsafe Rust and its surrounding topics and has become a great
28
28
resource for anyone looking to learn and understand one of the hardest aspects
29
29
of the language.
30
30
@@ -146,8 +146,8 @@ on crates.io.
146
146
147
147
** [ 1.39] — Async/Await:** The stabilisation of the async/await keywords for
148
148
handling Futures was one of the major milestones to making async programming
149
- in Rust a first class citizen. Even just six months after its release the
150
- async programming has blossomed into a diverse and performant ecosystem.
149
+ in Rust a first class citizen. Even just six months after its release
150
+ async programming in Rust has blossomed into a diverse and performant ecosystem.
151
151
152
152
#### 2020
153
153
You can’t perform that action at this time.
0 commit comments