Remove extra word in rustc_mir
docs
Changes "is includes" to "includes" in `rustc_mir::borrow_check::type_check::type_check`.
This commit is contained in:
parent
20040fa332
commit
8b806bcd41
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ mod relate_tys;
|
|||
|
||||
/// Type checks the given `mir` in the context of the inference
|
||||
/// context `infcx`. Returns any region constraints that have yet to
|
||||
/// be proven. This result is includes liveness constraints that
|
||||
/// be proven. This result includes liveness constraints that
|
||||
/// ensure that regions appearing in the types of all local variables
|
||||
/// are live at all points where that local variable may later be
|
||||
/// used.
|
||||
|
|
Loading…
Add table
Reference in a new issue