Skip to content

Commit 8f7470d

Browse files
committed
remove rich hickey love
1 parent 3112270 commit 8f7470d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3618,9 +3618,9 @@ Here's the second note, which lets us know where the first borrow would be over.
36183618
This is useful, because if we wait to try to borrow `x` after this borrow is
36193619
over, then everything will work.
36203620

3621-
These rules are very simple, but that doesn't mean that they're easy. For more
3622-
advanced patterns, please consult the [Lifetime Guide](guide-lifetimes.html).
3623-
You'll also learn what this type signature with the `'a` syntax is:
3621+
For more advanced patterns, please consult the [Lifetime
3622+
Guide](guide-lifetimes.html). You'll also learn what this type signature with
3623+
the `'a` syntax is:
36243624

36253625
```{rust,ignore}
36263626
pub fn as_maybe_owned(&self) -> MaybeOwned<'a> { ... }

0 commit comments

Comments
 (0)