-
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 2 (#9262)
* refactor(cubesql): Fix if_same_then_else warning * refactor(cubesql): Fix into_iter_on_ref warning * refactor(cubesql): Fix iter_cloned_collect warning * refactor(cubesql): Fix iter_next_slice warning * refactor(cubesql): Fix manual_flatten warning * refactor(cubesql): Fix manual_range_contains warning * refactor(cubesql): Fix map_clone warning * refactor(cubesql): Fix map_flatten warning * refactor(cubesql): Fix map_identity warning * refactor(cubesql): Fix useless_vec warning * refactor(cubesql): Fix useless_conversion warning * refactor(cubesql): Fix unwrap_or_default warning * refactor(cubesql): Fix clone_on_copy warning * refactor(cubesql): Fix op_ref warning
- Loading branch information
Showing
33 changed files
with
531 additions
and
620 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
Oops, something went wrong.