Skip to content

Commit c8b4f8e

Browse files
Update posts/2021-02-11-Rust-1.50.0.md
1 parent 2d9fb82 commit c8b4f8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

posts/2021-02-11-Rust-1.50.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ fn main() {
7575
}
7676
```
7777

78-
In Rust 1.50, that stabilization is formally acknowledged, so you may use this
79-
construct without fear. In the future, to avoid such "temporary" named
78+
In Rust 1.50, that stabilization is formally acknowledged. In the future, to avoid such "temporary" named
8079
constants, you can look forward to inline `const` expressions per [RFC 2920].
8180

8281
[RFC 2203]: https://rust-lang.github.io/rfcs/2203-const-repeat-expr.html

0 commit comments

Comments
 (0)