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:
pierwill 2021-04-28 09:53:32 -07:00 committed by GitHub
parent 20040fa332
commit 8b806bcd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.