Rollup merge of #29013 - chrisccerami:fix_broken_lifetime_elision_link, r=alexcrichton

This link was added in #28842 but doesn't work at https://doc.rust-lang.org/nightly/book/lifetimes.html. What works in my markdown preview doesn't work live, and vice versa.
This commit is contained in:
Manish Goregaokar 2015-10-14 09:53:40 +05:30
commit 5dc2955f91

View File

@ -74,7 +74,7 @@ associated with it, but the compiler lets you elide (i.e. omit, see
["Lifetime Elision"][lifetime-elision] below) them in common cases.
Before we get to that, though, lets break the explicit example down:
[lifetime-elision]: #user-content-lifetime-elision
[lifetime-elision]: #lifetime-elision
```rust,ignore
fn bar<'a>(...)