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

Fix clippy warnings #424

Open
MarcoIeni opened this issue Dec 3, 2020 · 0 comments
Open

Fix clippy warnings #424

MarcoIeni opened this issue Dec 3, 2020 · 0 comments

Comments

@MarcoIeni
Copy link
Contributor

Right now some clippy warnings are allowed in the code. They look something like this:

#[allow(clippy::too_many_arguments)]

So just search for the word "clippy" in the code and you will find them.
You should do the following:

  1. run cargo clippy and check that there are no warnings
  2. delete the allow line
  3. run cargo clippy and check that you have a warning now
  4. try to fix the warning

The only one you should not remove MAYBE it's #[allow(clippy::tabs_in_doc_comments)]. But I am not sure about this.

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