google/tarpc

Clippy Warnings in `tarpc`

roynrishingha opened this issue · 0 comments

Clippy Warnings

Currently master branch contains the following warnings :

  • Needless-borrow
  • redundant_field_names
  • field_reassign_with_default
  • bool_assert_comparison
  • derive_partial_eq_without_eq

Suggestion

Fix all suggested warnings to maintain clippy standards.