Skip to content

Commit 73921f6

Browse files
CentrilAaronepower
andauthored
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
1 parent fb3ae57 commit 73921f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Language
2525
- [You can now have irrefutable `if let` and `while let` patterns.][57535] Using
2626
this feature will by default produce a warning as this behaviour can be
2727
unintuitive. E.g. `if let _ = 5 {}`
28-
- [You can now use `let` bindings and pattern destructuring in
28+
- [You can now use `let` bindings, assignments, expression statements, and pattern destructuring in
2929
constant functions.][57175]
3030
- [You can now specify multiple attributes in a `cfg_attr` attribute.][57332]
3131
E.g. `#[cfg_attr(all(), must_use, optimize)]`

0 commit comments

Comments
 (0)