Uh oh!
There was an error while loading. Please reload this page.
Simpilfy thread::JoinInner. - #92553
Conversation
rust-highfive
commented
Jan 4, 2022
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
FWIW it feels like naively the packet might be better represented as @bors r+ |
bors
commented
Jan 4, 2022
📌 Commit a45b3ac has been approved by |
m-ou-se
commented
Jan 4, 2022
I'll be replacing |
matthiaskrgr
commented
Jan 4, 2022
@bors rollup=never (might affect perf, just in case) |
bors
commented
Jan 13, 2022
bors
commented
Jan 13, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jan 13, 2022
Finished benchmarking commit (256721e): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
JoinInner'snativefield was anOption, but that's unnecessary.Also, thanks to
Arc::get_mut, there's no unsafety needed inJoinInner::join().