-
Notifications
You must be signed in to change notification settings - Fork 13.4k
BTreeMap: more refactoring around edges #77244
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
2afa818
to
1d4ac34
Compare
Avoided an unsafe block with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a couple comments, but maybe I need to sit down for longer with these PRs -- I am still feeling like I am not seeing a clear picture of where they are going. I will try to allocate some time to do so, but unfortunately it might be a week or so at least.
1d4ac34
to
0215c56
Compare
Chipped off two commits to focus on the first commit for now. |
…ulacrum BTreeMap: refactoring around edges, missed spots Tweaks from rust-lang#77244 (and more) that are really inconsistencies in rust-lang#77005. r? @Mark-Simulacrum
0215c56
to
c6093ec
Compare
c6093ec
to
b4ff3cd
Compare
@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author |
b4ff3cd
to
bc5447e
Compare
bc5447e
to
55ff406
Compare
55ff406
to
76c466a
Compare
Okay, I think this is better. Thanks! @bors r+ rollup=never |
📌 Commit 76c466a has been approved by |
☀️ Test successful - checks-actions, checks-azure |
Continuation of #77005.
r? @Mark-Simulacrum