Skip to content

Commit 010747d

Browse files
committed
add ayu shout-out
1 parent f8c991c commit 010747d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

posts/2020-10-05-Rust-1.47.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ on Windows. Other platforms ignore this flag.
128128

129129
### Library changes
130130

131-
Nine new APIs were stabilized this release:
131+
[Rustdoc has gained support for the Ayu theme](https://github.com/rust-lang/rust/pull/71237/).
132+
133+
Additionally, nine new APIs were stabilized this release:
132134

133135
- [`Ident::new_raw`]
134136
- [`Range::is_empty`]
@@ -140,7 +142,7 @@ Nine new APIs were stabilized this release:
140142
- [`f32::TAU`]
141143
- [`f64::TAU`]
142144

143-
Additonally, the following previously stable APIs have now been made `const`:
145+
The following previously stable APIs have now been made `const`:
144146

145147
- [The `new` method for all `NonZero` integers.][73858]
146148
- [The `checked_add`,`checked_sub`,`checked_mul`,`checked_neg`, `checked_shl`,

0 commit comments

Comments
 (0)