Fix duplicated words in comments and docs - #160508
Conversation
|
Some changes occurred in match checking cc @Nadrieril Some changes occurred in tests/codegen-llvm/sanitizer cc @rcvalle |
|
Thanks for the pull request, and welcome! The Rust Project is excited to review your changes, and you should hear from @mu001999 (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
Why was this reviewer chosen?The reviewer was selected based on:
|
7552805 to
38bf39c
Compare
|
Thanks for the contribution! As this falls under the policy below, I’m going to close the PR:
|
Fixes duplicated words (
the the,for for) in comments and doc comments.Only files owned by this repository are touched; occurrences in submodules and subtrees (clippy, miri, rust-analyzer, rustc-dev-guide, compiler-builtins, stdarch) are left for their own repositories.
for forinimpl Trait for for<'a> fn(..)and "checks for for-loops" are intentional and untouched.