We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be739c8 + 91cdbb8 commit 464bc1dCopy full SHA for 464bc1d
src/scope/lifetime.md
@@ -26,7 +26,7 @@ fn main() {
26
let borrow1 = &i; // `borrow1` lifetime starts. ──┐│
27
// ││
28
println!("borrow1: {}", borrow1); // ││
29
- } // `borrow1 ends. ──────────────────────────────────┘│
+ } // `borrow1` ends. ─────────────────────────────────┘│
30
// │
31
32
{ // │
0 commit comments