Skip to content

Commit 42e0b8b

Browse files
committed
Fix Lifetime Elision link in lifetimes.md
1 parent 5c7dbf6 commit 42e0b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/lifetimes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ associated with it, but the compiler lets you elide (i.e. omit, see
7474
["Lifetime Elision"][lifetime-elision] below) them in common cases.
7575
Before we get to that, though, let’s break the explicit example down:
7676

77-
[lifetime-elision]: #user-content-lifetime-elision
77+
[lifetime-elision]: #lifetime-elision
7878

7979
```rust,ignore
8080
fn bar<'a>(...)

0 commit comments

Comments
 (0)