Don't discourage implementing core::fmt::Write#76750
Merged
bors merged 1 commit intorust-lang:masterfrom Oct 9, 2020
Merged
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
camelid
commented
Sep 15, 2020
76ed801 to
ce01363
Compare
Member
Author
|
Rebased. |
camelid
commented
Sep 27, 2020
Member
Author
camelid
left a comment
There was a problem hiding this comment.
@workingjubilee Is this a better description?
Member
|
This looks good! |
Member
Author
|
Okay, ready for a final review! |
Member
Author
|
Squashed. |
9127f52 to
32ad7b2
Compare
Member
Author
|
@Mark-Simulacrum could you re-review this? I addressed |
Member
Author
|
Hmm, I'm not sure why you added |
Member
Author
|
@Mark-Simulacrum I shortened and simplified it, and I went with something similar to what you suggested. |
This comment has been minimized.
This comment has been minimized.
c40e1ab to
9e88286
Compare
Member
Author
|
Rebased. |
Member
|
Please squash the commits, r=me with that done. |
Explain when you should use it and when you should not.
Member
Author
|
Squashed. |
9e88286 to
c17d067
Compare
Member
|
@bors r+ rollup |
Collaborator
|
📌 Commit c17d067 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 8, 2020
…as-schievink Rollup of 8 pull requests Successful merges: - rust-lang#76750 (Don't discourage implementing `core::fmt::Write`) - rust-lang#77449 (BTreeMap: comment why drain_filter's size_hint is somewhat pessimistic) - rust-lang#77660 ((docs): make mutex error comment consistent with codebase) - rust-lang#77663 (Add compile fail test for issue 27675) - rust-lang#77673 (Remove unnecessary lamda on emitter map.) - rust-lang#77701 (Make `max_log_info` easily greppable (for figuring out why debug logging is disabled)) - rust-lang#77702 (Remove not needed lambda.) - rust-lang#77710 (Update submodule llvm to get LVI bugfix) Failed merges: r? `@ghost`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #76729.
Explain when you should use it and when you should not.