-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove accidental uses of &A: Allocator
#98233
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
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
r? @thomcc |
LGTM. @bors r+ |
📌 Commit b05d71f has been approved by |
Remove accidental uses of `&A: Allocator` Cc rust-lang#98232 Fixes rust-lang#98176 (for real this time)
Rollup of 5 pull requests Successful merges: - rust-lang#98105 (rustdoc: remove tuple link on round braces) - rust-lang#98136 (Rename `impl_constness` to `constness`) - rust-lang#98146 (Remove --memory-init-file flag when linking with Emscripten) - rust-lang#98219 (Skip late bound regions in GATSubstCollector) - rust-lang#98233 (Remove accidental uses of `&A: Allocator`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…omcc remove use of &Alloc in btree tests I missed these in rust-lang#98233. r? `@thomcc`
…omcc remove use of &Alloc in btree tests I missed these in rust-lang#98233. r? ``@thomcc``
remove use of &Alloc in btree tests I missed these in rust-lang/rust#98233. r? ``@thomcc``
Cc #98232
Fixes #98176 (for real this time)