chore: resolve all clippy lints + remove dead code #14
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
splitux-gg/splitux!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "split/cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cargo clippy --fixfor the machine-applicable lints, plus manual fixes (&PathBuf/&Vec→&Path/&[_],sort_by_key,strip_prefix, self-by-value,enumerate, struct-init folds, doc-comment formatting), crate-level allows for the design-inherent lints (too_many_arguments,module_inception,type_complexity), and removal of the never-readPermissionStatus::rules_installed.Zero rustc + zero clippy warnings; 153 tests pass.
Content already fully merged into main (confirmed via git ancestor check) - closing this stale PR record.
Pull request closed