Fix Lifetime Elision link in lifetimes.md

This commit is contained in:
Chris C Cerami 2015-10-12 22:24:51 -04:00
parent 5c7dbf6c0e
commit 42e0b8bc7e

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>(...)