Skip to content

Commit e5298c3

Browse files
Avoid vague references
1 parent bd20f8a commit e5298c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ See [the stabilization report](https://github.com/rust-lang/rust/pull/122055/#is
7070

7171
### Extending automatic temporary lifetime extension
7272

73-
Continuing the efforts of removing unnecessary lifetime-related errors,
74-
temporaries which are immediately referenced in construction are now
73+
Temporaries which are immediately referenced in construction are now
7574
automatically lifetime extended in `match` and `if` constructs. This has the
7675
same behavior as lifetime extension for temporaries in block constructs.
7776

0 commit comments

Comments
 (0)