Skip to content

Commit

Permalink
Merge pull request rust-lang#27638 from steveklabnik/beta
Browse files Browse the repository at this point in the history
Remove reference to diabetes
  • Loading branch information
alexcrichton committed Aug 10, 2015
2 parents 83dee3d + 84e3d74 commit 5e6a274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/nomicon/lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e6a274

Please sign in to comment.