-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std docs: factorize literal in Barrier example #113202
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @m-ou-se (or someone else) soon. 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 (
|
Sounds good to me! It's nice to have the documentation reflect that kind of thing. @bors r+ rollup=always |
…ubilee std docs: factorize literal in Barrier example Motivated by https://www.reddit.com/r/rust/comments/rnh5hu/barrier_question_barrier_does_not_sync_many/ (but maybe not worth it?)
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#113147 (Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in) - rust-lang#113202 (std docs: factorize literal in Barrier example) - rust-lang#113228 (Migrate GUI colors test to original CSS color format) - rust-lang#113231 (Fix `dropping_copy_types` lint from linting in match-arm with side-effects) - rust-lang#113233 (Update chalk) - rust-lang#113234 (Don't pass --test-args to `python -m unitest`) - rust-lang#113244 (Make Rust Analyzer tests faster by compiling less code) - rust-lang#113249 (Document tracking issue for rustdoc `show-type-layout`) r? `@ghost` `@rustbot` modify labels: rollup
Motivated by https://www.reddit.com/r/rust/comments/rnh5hu/barrier_question_barrier_does_not_sync_many/ (but maybe not worth it?)