Skip to content

Commit cba5941

Browse files
committed
Changes wording under improperly reduced borrows
1 parent 1713e9f commit cba5941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lifetime-mismatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ care about, but the lifetime system is too coarse-grained to handle that.
7474

7575
# Improperly reduced borrows
7676

77-
This currently fails to compile, because Rust doesn't understand that the borrow
77+
The following code fails to compile, because Rust doesn't understand that the borrow
7878
is no longer needed and conservatively falls back to using a whole scope for it.
7979
This will eventually get fixed.
8080

0 commit comments

Comments
 (0)