Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #11092 will not alter performanceComparing Summary
|
a52f12e to
239a967
Compare
|
Shall we remove |
239a967 to
05aa064
Compare
Done. Can I ask what was the reason you added |
|
I'm not completely sure this is the right way to fix, but I'm going to merge to unblock the merging of other PRs. @Boshen please come back if I've done the wrong thing. |

Miri is failing on main. It seems to have started with #11088, though that could be a coincidence - maybe it's just latest nightly made some change which broke Miri.
2 things are causing the fails:
Vec::append_elements.Fix (1) by disabling doc tests.
Fix (2) by changing the code. The
#[allow]attribute is needed because the amended code triggers a different clippy warning on stable!