-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
add note about AlreadyExists
to create_new
#124782
add note about AlreadyExists
to create_new
#124782
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cuviper (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 (
|
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
Thanks! @bors r+ |
…kingjubilee Rollup of 4 pull requests Successful merges: - rust-lang#124470 (std::net: Socket::new_raw now set to SO_NOSIGPIPE on freebsd.) - rust-lang#124782 (add note about `AlreadyExists` to `create_new`) - rust-lang#124788 (Convert instances of `target_os = "macos"` to `target_vendor = "apple"`) - rust-lang#124838 (next_power_of_two: add a doctest to show what happens on 0) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124782 - anatawa12:docs-create-new-already-exists, r=workingjubilee add note about `AlreadyExists` to `create_new` Fixes rust-lang#119244
Fixes #119244