We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3b626 commit acc1b6dCopy full SHA for acc1b6d
RELEASES.md
@@ -5,8 +5,8 @@ Language
5
--------
6
- [Stabilised `#[repr(align(x))]`.][47006] [RFC 1358]
7
- [You can now use nested groups of imports.][47948]
8
- eg. `use std::{fs::File, io::Read, path::{Path, PathBuf}};`
9
-- [You can now have `|` at the start of a match arm.][47947] eg.
+ e.g. `use std::{fs::File, io::Read, path::{Path, PathBuf}};`
+- [You can now have `|` at the start of a match arm.][47947] e.g.
10
```rust
11
enum Foo { A, B, C }
12
@@ -55,7 +55,7 @@ Cargo
55
-----
56
- [`cargo new` no longer removes `rust` or `rs` prefixs/suffixs.][cargo/5013]
57
- [`cargo new` now defaults to creating a binary crate, instead of a
58
- libary crate.][cargo/5029]
+ library crate.][cargo/5029]
59
60
Misc
61
----
0 commit comments