File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/src/doc/trpl Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 557d4346a26266d2eb13f6b0adf106b8873b0da1
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
5
- refs/heads/try: 558c427cd3baac76d98c4c73cea15c4073ef5e93
5
+ refs/heads/try: 37dc801fe630214e7b27899eb89626c8611ce5ff
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -513,8 +513,8 @@ Otherwise, it is an error to elide an output lifetime.
513
513
514
514
### Examples
515
515
516
- Here are some examples of functions with elided lifetimes, along with versions
517
- of what the elided lifetimes expand to:
516
+ Here are some examples of functions with elided lifetimes. We've paired each
517
+ example of an elided lifetime with its expanded form.
518
518
519
519
``` {rust,ignore}
520
520
fn print(s: &str); // elided
You can’t perform that action at this time.
0 commit comments