File tree 2 files changed +2
-2
lines changed
borrow_check/region_inference
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ fn main() {
21
21
```
22
22
23
23
This program ought not to type-check: ` foo ` needs a static reference
24
- for its argument, and ` bar ` wants to be given a function that that
24
+ for its argument, and ` bar ` wants to be given a function that
25
25
accepts ** any** reference (so it can call it with something on its
26
26
stack, for example). But * how* do we reject it and * why* ?
27
27
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ git subtree pull -P src/tools/clippy https://github.com/rust-lang/rust-clippy ma
191
191
```
192
192
193
193
takes all changes since the last ` subtree pull ` from the tool repo
194
- repo and adds these commits to the rustc repo + a merge commit that moves the tool changes into
194
+ and adds these commits to the rustc repo + a merge commit that moves the tool changes into
195
195
the specified directory in the rust repository.
196
196
197
197
It is recommended that you always do a push first and get that merged to the tool master branch.
You can’t perform that action at this time.
0 commit comments