Skip to content

Commit

Permalink
Remove extra word in rustc_mir docs
Browse files Browse the repository at this point in the history
Changes "is includes" to "includes" in `rustc_mir::borrow_check::type_check::type_check`.
  • Loading branch information
pierwill committed Apr 28, 2021
1 parent 20040fa commit 8b806bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/borrow_check/type_check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b806bc

Please sign in to comment.