Skip to content

Commit

Permalink
remove rich hickey love
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Sep 10, 2014
1 parent 3112270 commit 8f7470d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/guide.md
Expand Up @@ -3618,9 +3618,9 @@ Here's the second note, which lets us know where the first borrow would be over.
This is useful, because if we wait to try to borrow `x` after this borrow is
over, then everything will work.

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

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

0 comments on commit 8f7470d

Please sign in to comment.