Skip to content

Commit

Permalink
Rollup merge of #84661 - pierwill:patch-1, r=jackh726
Browse files Browse the repository at this point in the history
Remove extra word in `rustc_mir` docs

Changes "is includes" to "includes" in `rustc_mir::borrow_check::type_check::type_check`.
  • Loading branch information
jackh726 committed Apr 29, 2021
2 parents 96c2316 + 8b806bc commit 0963754
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 0963754

Please sign in to comment.