-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: Use itertools to multiunzip instead of doing it manually
Summary: I always wanted this feature in Rust and just found out `itertools` has it :) So I'm using it here, where we were doing this manually because vanilla Rust only knows how to unzip 2-tuples. Doesn't change any behaviour, purely a refactor. Reviewed By: RajivTS Differential Revision: D40943893 fbshipit-source-id: bd4f63c89e07d69469152b8db78621f49219818f
- Loading branch information
1 parent
026a14a
commit 22c5a6d
Showing
2 changed files
with
9 additions
and
8 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