]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 7 Mar 2020 16:27:27 +0000 (17:27 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2020 16:27:27 +0000 (17:27 +0100)
resolve, inconsistent binding mode: tweak wording

Now that we can have e.g. `let Ok(x) | Err(x) = res;`, it's no longer appropriate to refer to "the same *match arm*", so let's tweak the wording.

r? @estebank


Trivial merge