-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
We should be using a linter to help clean up the codebase. Clippy seems to be great, let's use it.
root@9eaaabfc2ea8:/home/test/safeposix-rust# cargo clippy
...
warning: `rustposix` (lib) generated 422 warnings
error: could not compile `rustposix` (lib) due to 13 previous errors; 422 warnings emitted
Right now, we have a long way to go to appease clippy. I am predicting we will find a lot of errors when doing this cleanup!
Metadata
Metadata
Assignees
Labels
No labels