Skip to content

Commit 6dd3172

Browse files
Update posts/2024-06-13-Rust-1.79.0.md
Co-authored-by: Kevin Reid <kpreid@switchb.org>
1 parent 787175e commit 6dd3172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-06-13-Rust-1.79.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This makes this code much more succinct and easier to read.
5151

5252
See the [reference documentation](https://doc.rust-lang.org/nightly/reference/expressions/block-expr.html#const-blocks) for details.
5353

54-
### Accept bounds in associated type position
54+
### Bounds in associated type position
5555

5656
Rust 1.79 stabilizes the associated item bounds syntax, which allows us to put
5757
bounds in associated type position within other bounds, i.e.

0 commit comments

Comments
 (0)