Skip to content

Commit

Permalink
Remove nomicon reference to copy_lifetime
Browse files Browse the repository at this point in the history
Fixes #29784
  • Loading branch information
steveklabnik committed Nov 16, 2015
1 parent 57c8a3e commit 646128d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/nomicon/unbounded-lifetimes.md
Expand Up @@ -32,6 +32,5 @@ Within a function, bounding lifetimes is more error-prone. The safest and easies
way to bound a lifetime is to return it from a function with a bound lifetime.
However if this is unacceptable, the reference can be placed in a location with
a specific lifetime. Unfortunately it's impossible to name all lifetimes involved
in a function. To get around this, you can in principle use `copy_lifetime`, though
these are unstable due to their awkward nature and questionable utility.
in a function.

0 comments on commit 646128d

Please sign in to comment.