File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 16a47c2d916ad51660d638b85e30125ac3f3fe53
2
+ refs/heads/master: 621a10e7f32d790c39a0b4528369cf7959dd7d34
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ x: &'a i32,
134
134
# }
135
135
```
136
136
137
- uses it. So why do we need a lifetime here? We need to ensure that any reference
138
- to a ` Foo ` cannot outlive the reference to an ` i32 ` it contains .
137
+ uses it. So why do we need a lifetime here? We need to ensure that any
138
+ reference to the contained ` i32 ` does not outlive the containing ` Foo ` .
139
139
140
140
## Thinking in scopes
141
141
You can’t perform that action at this time.
0 commit comments