kuasar-io / kuasar

A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://kuasar.io
Apache License 2.0
1.27k stars 91 forks source link

Enhancement of CI lints #82

Open Burning1020 opened 1 year ago

Burning1020 commented 1 year ago

What would you like to be added?

More warning checks of Clippy linter.

Why is this needed?

Clippy is a collection of lints to catch common mistakes and improve Rust code. So we need more strict(warning level) lint rules.