We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7dbf6 commit 42e0b8bCopy full SHA for 42e0b8b
src/doc/trpl/lifetimes.md
@@ -74,7 +74,7 @@ associated with it, but the compiler lets you elide (i.e. omit, see
74
["Lifetime Elision"][lifetime-elision] below) them in common cases.
75
Before we get to that, though, let’s break the explicit example down:
76
77
-[lifetime-elision]: #user-content-lifetime-elision
+[lifetime-elision]: #lifetime-elision
78
79
```rust,ignore
80
fn bar<'a>(...)
0 commit comments