Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply rust formatting and linting tools #74

Closed
naomijub opened this issue Aug 12, 2021 · 2 comments
Closed

Apply rust formatting and linting tools #74

naomijub opened this issue Aug 12, 2021 · 2 comments
Assignees

Comments

@naomijub
Copy link
Collaborator

naomijub commented Aug 12, 2021

  1. cargo fmt is rust default formatter. This formatter has some study over it to define which is the best way to format and organize our code for future readability.
  2. cargo clippy is rust default linter, by using using clippy::pedantic/clippy::correctness configuration we can detect some common logic redundancies as well as some improvements over the language usage. By using clippy::perf configuration we can find performance improvements for our code.
@naomijub
Copy link
Collaborator Author

PR #73 addresses part os this issue

@naomijub naomijub self-assigned this Aug 12, 2021
@naomijub
Copy link
Collaborator Author

PR #76

@naomijub naomijub mentioned this issue Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant