Skip to content

Commit bf56546

Browse files
committed
Rollup merge of #29875 - steveklabnik:gh29784, r=Manishearth
Fixes #29784
2 parents e0adabf + 646128d commit bf56546

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/nomicon/unbounded-lifetimes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ Within a function, bounding lifetimes is more error-prone. The safest and easies
3232
way to bound a lifetime is to return it from a function with a bound lifetime.
3333
However if this is unacceptable, the reference can be placed in a location with
3434
a specific lifetime. Unfortunately it's impossible to name all lifetimes involved
35-
in a function. To get around this, you can in principle use `copy_lifetime`, though
36-
these are unstable due to their awkward nature and questionable utility.
35+
in a function.
3736

0 commit comments

Comments
 (0)