-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BTreeMap: Support custom allocators #98015
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
r? @Amanieu |
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705" | ||
checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f" | ||
dependencies = [ | ||
"combine", | ||
"indexmap", |
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.
These changes to Cargo.lock seem to be unintentional, could you revert them?
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.
It always be updated automatically when I do any x.py operations. 😄
I take over the task from an inactive PR #77438, and most of the work is done by the original author @exrook, thanks! If you are back, feel free to checkout the commits here and close my PR.
Related:
rust-lang/wg-allocators#7
https://github.com/TimDiekmann/alloc-wg