-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci, sdk] Fix clippy warnings and run clippy on push in CI
The `clippy` portion of #7058 This commit does the following: - Run `cargo clippy` on push via GitHub CI - Fix and warn on clippy::explicit_iter_loop - Fix and warn on clippy::implicit_clone - Fix and warn on clippy::unused_async - Fix and warn on clippy::must_use_candidate - Fix and warn on clippy::manual_let_else - Fix clippy::needless_range_loop - Fix clippy::unnecessary_to_owned - Fix clippy::bool_assert_comparison - Fix clippy::single_match - Fix clippy::unnecessary_get_then_check - Fix clippy::unnecessary_unwrap - Fix clippy::unnecessary_lazy_evaluations - Fix clippy::unit_arg - Fix clippy::redundant_closure - Fix clippy::map_clone - Fix clippy::large_enum_variant - Fix clippy::upper_case_acronyms - Fix clippy::comparison_chain - Fix clippy::useless_conversion - Fix clippy::doc_lazy_continuation - Fix clippy::to_string_in_format_args - Fix clippy::comparison_to_empty - Fix clippy::needless_borrow - Fix clippy::default_constructed_unit_structs - Fix clippy::init_numbered_fields - Fix clippy::suspicious_doc_comments - Fix clippy::needless_return - Fix clippy::match_like_matches_macro - Fix clippy::clone_on_copy - Fix clippy::redundant_static_lifetimes - Minor style fixes to EntityFacade::parse_decrypted_value() - Don't warn on a few clippy things
- Loading branch information
Showing
27 changed files
with
217 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.