Correct internal BitvSet 0-padding, fixes #16542#16559
Conversation
|
Clever fix! I like the use of |
|
:embarassed: Fixing Eq doesn't change the behaviour of cmp, which is still inherited. Will patch asap. |
|
Sorry about that :stillembarassed: This is a simpler, more robust solution. |
|
One thing I notice here is that As mentioned on IRC, |
There was a problem hiding this comment.
Can .take(n).skip(m) be replaced with .take(n - m)? It'd be a little clearer what's going on.
Edit: Never mind, I missed the .enumerate().
|
Regarding the actual code, it looks correct to me. |
These were the only differing-size-based errors I noticed. Might be more.
…nicola Set documentation field in SCIP from doc comment Previously, the documentation field was the same as the text shown to users when they hover over that symbol. The documentation should really just be the doc comment, and as of rust-lang#16179 the signature is already stored in the signatureDocumentation field.
…ust-lang#16559) Closes rust-lang/rust-clippy#16553 changelog: [`unnecessary_safety_comment`] fix FP on code blocks inside inner docs
These were the only differing-size-based errors I noticed. Might be more.