Fix Lifetime Elision link in lifetimes.md
This commit is contained in:
parent
5c7dbf6c0e
commit
42e0b8bc7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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, let’s break the explicit example down:
|
||||
|
||||
[lifetime-elision]: #user-content-lifetime-elision
|
||||
[lifetime-elision]: #lifetime-elision
|
||||
|
||||
```rust,ignore
|
||||
fn bar<'a>(...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue