-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Closed
Copy link
Description
The code quality is not as good as it could be and we have some technical debt that we should remove.
- enable easy to use
cargo clippy - enable easy to use
cargo test --workspace - tighten clippy-lints
- base lints treewide: tighten clippy lints #7483
-
missing_const_for_fn- turned out to bring little benefit but is very invasive
- might only make sense to add this to sensible fine-grained scopes
-
must_use_candidatevery invasive, little benefit - Further useful lints
- remove
extern crateleftovers - map_err instead of inspect_err
- vmm: lib.rs: vmm: small code cleanups #7511
- decouple root package and workspace
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done