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
@ -97,7 +97,7 @@ macro_rules! span_mirbug_and_err {
|
||||
|
||||
/// 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…
Reference in New Issue
Block a user