-
Notifications
You must be signed in to change notification settings - Fork 13.3k
BTreeMap: try to enhance various comments #79363
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@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? |
@jeffparsons It started as a challenge, now I mostly try to get past it, but what else is there to do these days. |
ffa5b8f
to
d1a2c0f
Compare
added some of the (slightly conflicting, in git's sense of the word) findings in #79347 |
@bors r+ rollup This is great! |
📌 Commit d1a2c0f has been approved by |
…ark-Simulacrum BTreeMap: try to enhance various comments All in internal documentation, propagating the "key-value pair" notation from public documentation. r? `@Mark-Simulacrum`
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
All in internal documentation, propagating the "key-value pair" notation from public documentation.
r? @Mark-Simulacrum