Skip to content

Commit 0833cdb

Browse files
Nashenas88mark-i-m
authored andcommitted
Wrap link in borrow_check.md to satify line length checks
1 parent 6e91f8d commit 0833cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/borrow_check.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ the [`mir_borrowck`] query.
3737
we will modify this copy in place to modify the types and things to
3838
include references to the new regions that we are computing.
3939
- We then invoke [`replace_regions_in_mir`] to modify our local MIR.
40-
Among other things, this function will replace all of the [regions](./appendix/glossary.md#region) in
41-
the MIR with fresh [inference variables](./appendix/glossary.md#inf-var).
40+
Among other things, this function will replace all of the [regions](./appendix/glossary.md#region)
41+
in the MIR with fresh [inference variables](./appendix/glossary.md#inf-var).
4242
- Next, we perform a number of
4343
[dataflow analyses](./appendix/background.md#dataflow) that
4444
compute what data is moved and when.

0 commit comments

Comments
 (0)