BTreeMap: try to enhance various comments#79363
Merged
bors merged 1 commit intorust-lang:masterfrom Nov 29, 2020
ssomers:btree_cleanup_comments
Merged
BTreeMap: try to enhance various comments#79363bors merged 1 commit intorust-lang:masterfrom ssomers:btree_cleanup_comments
bors merged 1 commit intorust-lang:masterfrom
ssomers:btree_cleanup_comments
Conversation
Contributor
|
@ssomers As someone who once tried, and ultimately failed to extend Rust's Can I ask, is this building towards a specific goal? I.e. are you cleaning things up on your way to implementing some RFC? |
Contributor
Author
|
@jeffparsons It started as a challenge, now I mostly try to get past it, but what else is there to do these days. |
Contributor
Author
|
added some of the (slightly conflicting, in git's sense of the word) findings in #79347 |
Member
|
@bors r+ rollup This is great! |
Collaborator
|
📌 Commit d1a2c0f has been approved by |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Nov 28, 2020
…ark-Simulacrum BTreeMap: try to enhance various comments All in internal documentation, propagating the "key-value pair" notation from public documentation. r? `@Mark-Simulacrum`
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 29, 2020
Rollup of 11 pull requests Successful merges: - rust-lang#79327 (Require allocator to be static for boxed `Pin`-API) - rust-lang#79340 (Rename "stability" CSS class to "item-info" and combine `document_stability` with `document_short`) - rust-lang#79363 (BTreeMap: try to enhance various comments) - rust-lang#79395 (Move ui if tests from top-level into `expr/if`) - rust-lang#79443 (Improve rustdoc JS tests error output) - rust-lang#79464 (Extend doc keyword feature by allowing any ident) - rust-lang#79484 (add enable-full-tools to freebsd builds to prevent occasional link er…) - rust-lang#79505 (Cleanup: shorter and faster code) - rust-lang#79514 (Add test for issue rust-lang#54121: order dependent trait bounds) - rust-lang#79516 (Remove unnecessary `mut` binding) - rust-lang#79528 (Fix a bootstrap comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
All in internal documentation, propagating the "key-value pair" notation from public documentation.
r? @Mark-Simulacrum