Skip to content

Commit 15d40b3

Browse files
committed
adopt tmandry's opener
1 parent 8a2e18d commit 15d40b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-09-05-impl-trait-capture-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Changes to `impl Trait` in Rust 2024"
44
author: Niko Matsakis
55
team: the language team <https://www.rust-lang.org/governance/teams/lang>
66
---
7-
This blog post describes some small but significant changes with (return-position) `impl Trait` that are coming in Rust 2024. The goal of these changes is to simplify how `impl Trait` works to better match the most common usage patterns while also giving a flexible syntax that allows users to have full control when needed.
7+
The default way `impl Trait` works in return position is changing in Rust 2024. These changes are meant to simplify `impl Trait` to better match what people want most of the time. We're also adding a flexible syntax that gives you full control when you need it.
88

99
## TL;DR
1010

0 commit comments

Comments
 (0)