Skip to content

Commit 53755e1

Browse files
committed
---
yaml --- r: 136313 b: refs/heads/dist-snap c: 8f7470d h: refs/heads/master i: 136311: 32d7ece v: v3
1 parent 314e12e commit 53755e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 189b7332968972f34cdbbbd9b62d97ababf53059
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 311227003fcf8994bda40eb46d7ed0791be496d5
9+
refs/heads/dist-snap: 8f7470d86411c58d4ab256eb8a91394b5270032c
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/doc/guide.md

Lines changed: 3 additions & 3 deletions
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)