about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-08-06 20:18:49 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-08-06 20:18:49 -0400
commitad9a0713fde9a9ee9eb3cb9d1b766300b36435c2 (patch)
tree1219d58e7e93e6d70a1e03bf81078945f94733c2
parent68f79288bf1ac2b014277750cbf59416c91f7d04 (diff)
downloadrust-ad9a0713fde9a9ee9eb3cb9d1b766300b36435c2.tar.gz
rust-ad9a0713fde9a9ee9eb3cb9d1b766300b36435c2.zip
Remove reference to diabetes
1. this isn't actually true about diabetes
2. people with diabetes will get *real sad* when reading this
3. it isn't actually necessary.
-rw-r--r--src/doc/nomicon/lifetimes.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/nomicon/lifetimes.md b/src/doc/nomicon/lifetimes.md
index f211841ec0c..58272a1bc37 100644
--- a/src/doc/nomicon/lifetimes.md
+++ b/src/doc/nomicon/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: