-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cubesql): Fix clippy warnings in cubesql, part 1 (#9052)
* refactor(pg-srv): Fix redundant_slicing warning * refactor(cubesql): Fix redundant_slicing warning * refactor(pg-srv): Fix single_char_add_str warning * refactor(pg-srv): Fix single_match warning * refactor(pg-srv): Fix to_string_trait_impl warning * refactor(cubesql): Fix assign_op_pattern warning * refactor(cubesql): Fix bool_assert_comparison warning * refactor(cubesql): Fix bool_comparison warning * refactor(cubesql): Fix borrowed_box warning * refactor(cubesql): Fix cast_abs_to_unsigned warning * refactor(cubesql): Fix cmp_owned warning * refactor(cubesql): Fix expect_fun_call warning * refactor(cubesql): Fix explicit_auto_deref warning * refactor(cubesql): Fix extra_unused_lifetimes warning * refactor(cubesql): Fix filter_map_bool_then warning * refactor(cubesql): Fix filter_map_identity warning * refactor(cubesql): Simplify CloseCursor::All handling * refactor(cubesql): Fix for_kv_map warning * refactor(cubesql): Fix get_first warning * refactor(cubesql): Fix identity_op warning * refactor(cubesql): Enable manual_filter warning * refactor(cubesql): Fix manual_is_ascii_check warning * refactor(cubesql): Fix manual_map warning * refactor(cubesql): Fix manual_strip warning * refactor(cubesql): Fix to_string_in_format_args warning
- Loading branch information
Showing
17 changed files
with
89 additions
and
142 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
Oops, something went wrong.