Rollup merge of #29890 - steveklabnik:gh29742, r=Manishearth

FIxes #29742
This commit is contained in:
Steve Klabnik 2015-11-17 18:13:06 -05:00
commit 370b793969

View File

@ -116,7 +116,8 @@ reference to an `i32` with the lifetime `'a`.
# In `struct`s
Youll also need explicit lifetimes when working with [`struct`][structs]s:
Youll also need explicit lifetimes when working with [`struct`][structs]s that
contain references:
```rust
struct Foo<'a> {