Update src/lifetimes.md

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
pull/351/head
Arthur Milchior 3 years ago committed by GitHub
parent 6dbf905b6d
commit b33c4c8a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ explicitly is *extremely noisy*. All Rust code relies on aggressive inference
and elision of "obvious" things. and elision of "obvious" things.
One particularly interesting piece of sugar is that each `let` statement One particularly interesting piece of sugar is that each `let` statement
implicitly introduces a scope immediately after the stateme. For the most part, implicitly introduces a scope immediately after the declaration. For the most part,
this doesn't really matter. However it does matter for variables that refer to this doesn't really matter. However it does matter for variables that refer to
each other. As a simple example, let's completely desugar this simple piece of each other. As a simple example, let's completely desugar this simple piece of
Rust code: Rust code:

Loading…
Cancel
Save