diff --git a/lifetimes.md b/lifetimes.md index f211841..58272a1 100644 --- a/lifetimes.md +++ b/lifetimes.md @@ -52,8 +52,7 @@ likely desugar to the following: } ``` -Wow. That's... awful. Let's all take a moment to thank Rust for being a -diabetes-inducing torrent of syrupy-goodness. +Wow. That's... awful. Let's all take a moment to thank Rust for making this easier. Actually passing references to outer scopes will cause Rust to infer a larger lifetime: