eza
eza copied to clipboard
fix cargo clippy warning and error
fix cargo clippy warning and error
Hey could you explain to me on which os you got those errors ?
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
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?
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 like
fix(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.