Skip to content

Commit 0f4a009

Browse files
committed
1.36.0: final touches.
1 parent 136cd27 commit 0f4a009

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

posts/2019-07-04-Rust-1.36.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ once you are certain that `maybe_t: MaybeUninit<T>` contains an initialized `T`.
9292
As [`MaybeUninit<T>`] is the safer alternative, starting with Rust 1.38,
9393
the function [`mem::uninitialized`] will be deprecated.
9494

95-
To read more about uninitialized memory, [`mem::uninitialized`], and [`MaybeUninit<T>`],
96-
read [Alexis Beingessner's blog post][gankro-blog] about the subject.
95+
To find out more about uninitialized memory, [`mem::uninitialized`],
96+
and [`MaybeUninit<T>`], read [Alexis Beingessner's blog post][gankro-blog].
9797
The standard library also contains extensive documentation about [`MaybeUninit<T>`].
9898

9999
### NLL for Rust 2015
@@ -125,10 +125,10 @@ As a result, NLL is currently in a "migration mode" wherein we will emit warning
125125
of errors if the NLL borrow checker rejects code the old AST borrow checker would accept.
126126
Please see [this list][crater-nll] of public crates that are affected.
127127

128-
To read more about NLL, MIR, the story around fixing soundness holes,
129-
and what you can do about the warnings if you have them, [read Felix Klock's blog post][felix-blog].
128+
To find out more about NLL, MIR, the story around fixing soundness holes,
129+
and what you can do about the warnings if you have them, read [Felix Klock's blog post][felix-blog].
130130

131-
### A new `HashMap<K, V>` implementation
131+
### A new [`HashMap<K, V>`] implementation
132132

133133
[`hashbrown`]: https://crates.io/crates/hashbrown
134134
[`HashMap<K, V>`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html
@@ -162,7 +162,7 @@ Cargo will exit with an error.
162162
To prepopulate the local cache in preparation for going offline,
163163
use the [`cargo fetch`] command, which downloads all the required dependencies for a project.
164164

165-
For more details, read Nick Cameron's [blog post][nrc-blog].
165+
To find out more about [`--offline`] and [`cargo fetch`], read [Nick Cameron's blog post][nrc-blog].
166166

167167
For information on other changes to Cargo, see the [detailed release notes][relnotes-cargo].
168168

0 commit comments

Comments
 (0)