Conversation
|
@jamillambert Hi boss, i honestly don't know what i'm doing wrong. |
|
There is an issue with the lockfiles because verify was added to the workspace members. This crate uses The main Cargo.lock should not be tracked by git so the last patch needs to be dropped. And can you reword the commit log of the first patch to have a heading with ≤ 50 chars, then a blank line then the rest with ≤ 72 chars per line. |
verify
fix format errors added cargo.lock back to gitignore update workspace lockfiles for verify crate
Thank you boss, i've fixed it. |
|
A diff with 468 green and 68 red is suspicious for a lint PR. I did not look closely but at least these things are wrong:
|
|
I added I will fix the formatting now. |
This PR resolves all Clippy warnings in the verify crate by applying idiomatic Rust fixes and cleanup where necessary.