cli: Replace manual iterator partitioning with Itertools::partition_result()
2 passed
1 failed
(3 total)
View logs
modified crates/radicle-cli/src/commands/patch/list.rs
@@ -14,6 +14,8 @@ use term::Element as _;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -79,13 +81,14 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|