kcl
kcl copied to clipboard
[Enhancement] All rust code needs to be fixed by executing `cargo clippy --fix`
Enhancement
All rust code needs to be fixed by executing cargo clippy --fix
.
clippy KCLVM/compiler_base - https://github.com/KusionStack/KCLVM/pull/194
does this means after running the command, removing the unnecessary code or updating it? @Peefy
does this means after running the command, removing the unnecessary code or updating it? @Peefy
Yes. 👍