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

refactor(clippy): apply clippy suggestions #31

Conversation

kinggoesgaming
Copy link

  • refactor(clippy): clippy::needless_return
  • refactor(clippy): clippy::cmp_owned
  • refactor(clippy): clippy::needless_question_mark
  • refactor(clippy): clippy::clone_on_copy
  • refactor(clippy): clippy::needless_borrows_for_generic_args
  • refactor(clippy): clippy::ptr_arg
  • refactor(clippy): clippy::match_single_binding
  • refactor(clippy): clippy::unnecessary_cast
  • refactor(clippy): clippy::cast_abs_to_unsigned
  • refactor(clippy): clippy::ineffective_open_options
  • refactor(clippy): clippy::needless_borrow
  • refactor(clippy): clippy::while_let_on_iterator
  • refactor(clippy): clippy::single_match
  • refactor(clippy): clippy::map_clone
  • refactor(clippy): clippy::to_string_in_format_args
  • refactor(clippy): clippy::needless_else
  • refactor(clippy): clippy::enum_variant_names
  • refactor(clippy): clippy::single_char_pattern
  • refactor(clippy): clippy::collapsible_if
  • refactor(clippy): unused
  • refactor(clippy): unused_mut
  • refactor(clippy): dead_code
  • refactor(clippy): unused_variables
  • refactor(clippy): clippy::comparison_chain

closes #27

@kinggoesgaming kinggoesgaming marked this pull request as draft February 20, 2024 20:17
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
@kinggoesgaming kinggoesgaming force-pushed the 27-cleanup-code-with-suggestions-from-clippy branch from 1097566 to 771a1cb Compare February 20, 2024 20:41
@kinggoesgaming kinggoesgaming marked this pull request as ready for review February 20, 2024 20:41
@kinggoesgaming
Copy link
Author

This is ready to be merged

@fcoury fcoury closed this Jul 14, 2024
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

Successfully merging this pull request may close these issues.

Cleanup code with suggestions from clippy
2 participants