eza icon indicating copy to clipboard operation
eza copied to clipboard

fix cargo clippy warning and error

Open rtczza opened this issue 10 months ago • 4 comments

fix cargo clippy warning and error

rtczza avatar Apr 18 '24 05:04 rtczza

Hey could you explain to me on which os you got those errors ?

MartinFillon avatar Apr 19 '24 12:04 MartinFillon

I understand that it has less to do with the OS and more to do with the rust version.

The OS version is: Deepin 20.9

The rust version is: 1.75-x86_64-unknown-linux-gnu

The test command is: cargo clippy --locked --all-targets --all-features

rtczza avatar Apr 22 '24 01:04 rtczza

Sorry, I don't know what changes should be made to repair CI, can you help me to modify it? Or tell me exactly what to do?

rtczza avatar May 10 '24 05:05 rtczza

Sorry, I don't know what changes should be made to repair CI, can you help me to modify it? Or tell me exactly what to do?

You should run "git commit --amendand change the commit summary to something likefix(cargo): clippy warning and error` which conforms to the conventional commit standard. After that, you should push your changes. You might need to force push.

cafkafk avatar May 10 '24 07:05 cafkafk