Uh oh!
There was an error while loading. Please reload this page.
Make std feature list sorted - #58632
Merged
Merged
Conversation
This helps to avoid merge conflicts when concurrent PRs append features to the end of the list.
rust-highfive
commented
Feb 22, 2019
Contributor
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
scottmcm
commented
Feb 22, 2019
Member
➕ 💯 (Would this make sense as a tidy check?) |
petrochenkov
commented
Feb 22, 2019
Contributor
I wonder why rustfmt doesn't do that (see e.g. in #57318). |
Centril
commented
Feb 22, 2019
Contributor
bors
commented
Feb 22, 2019
Collaborator
📌 Commit 88d55f5 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Feb 22, 2019
Make std feature list sorted This helps to avoid merge conflicts when concurrent PRs append features to the end of the list.
Centril added a commit
to Centril/rust
that referenced
this pull request
Feb 22, 2019
Make std feature list sorted This helps to avoid merge conflicts when concurrent PRs append features to the end of the list.
bors added a commit
that referenced
this pull request
Feb 22, 2019
Rollup of 17 pull requests Successful merges: - #57656 (Deprecate the unstable Vec::resize_default) - #58059 (deprecate before_exec in favor of unsafe pre_exec) - #58064 (override `VecDeque::try_rfold`, also update iterator) - #58198 (Suggest removing parentheses surrounding lifetimes) - #58431 (fix overlapping references in BTree) - #58555 (Add a note about 2018e if someone uses `try {` in 2015e) - #58588 (remove a bit of dead code) - #58589 (cleanup macro after 2018 transition) - #58591 (Dedup a rustdoc diagnostic construction) - #58600 (fix small documentation typo) - #58601 (Search for target_triple.json only if builtin target not found) - #58606 (Docs: put Future trait into spotlight) - #58607 (Fixes#58586: Make E0505 erronous example fail for the 2018 edition) - #58615 (miri: explain why we use static alignment in ref-to-place conversion) - #58620 (introduce benchmarks of BTreeSet.intersection) - #58621 (Update miri links) - #58632 (Make std feature list sorted) 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 freeto 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.
This helps to avoid merge conflicts when concurrent PRs append features to the end of the list.