docs(std): fix typo in Scope::spawn doc comment#155325
docs(std): fix typo in Scope::spawn doc comment#155325SAY-5 wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
r? @jhpratt rustbot has assigned @jhpratt. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
@bors r- @SAY-5 |
"from the outside the scope" -> "from outside the scope".
This comment was marked as low quality.
This comment was marked as low quality.
|
Hi, For the last few months we have been receiving an increased amount of slop by users running bots that generate contributions, and even misconfiguring their bot so it will even send generated apology emails on top. We have no way to distinguish your PR from your 100+ other generated ones and no way to determine whether you actually want to contribute. We are a community of contributors, not just a code repository. Thus we focus on contributors who desire to stay around and put in the work to produce high quality contributions or learn to do so. We are thus banning you as per our policies (1) and contribution standards (2). You can contact the moderation team to discuss and possibly reconsider your ban. Thanks for understanding Oli in the name of the mod team |
Per #155275, the doc comment on
Scope::spawnsays "from the outside the scope" — should be "from outside the scope".Closes #155275