diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2021-04-28 22:59:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 22:59:30 -0400 |
| commit | 096375451d888c1a78ae1ddcc9ec195f4ea9bd1b (patch) | |
| tree | f946963caeb7cac7885d49076b0d783f07718373 | |
| parent | 96c2316ed99c836e02eddca3f8849caa0cc85e16 (diff) | |
| parent | 8b806bcd41c051f1b9156defe3b46ed9e3948751 (diff) | |
| download | rust-096375451d888c1a78ae1ddcc9ec195f4ea9bd1b.tar.gz rust-096375451d888c1a78ae1ddcc9ec195f4ea9bd1b.zip | |
Rollup merge of #84661 - pierwill:patch-1, r=jackh726
Remove extra word in `rustc_mir` docs Changes "is includes" to "includes" in `rustc_mir::borrow_check::type_check::type_check`.
| -rw-r--r-- | compiler/rustc_mir/src/borrow_check/type_check/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir/src/borrow_check/type_check/mod.rs b/compiler/rustc_mir/src/borrow_check/type_check/mod.rs index 3248554e204..d27fcb2f26f 100644 --- a/compiler/rustc_mir/src/borrow_check/type_check/mod.rs +++ b/compiler/rustc_mir/src/borrow_check/type_check/mod.rs @@ -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. |
