Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Sep 23, 2023
1 parent 6ebe583 commit 99e6766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/packager/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ fn run(cli: Cli) -> Result<()> {
// flatten paths
let outputs = outputs
.into_iter()
.map(|o| o.paths)
.flatten()
.flat_map(|o| o.paths)
.collect::<Vec<_>>();

// print information when finished
Expand Down

0 comments on commit 99e6766

Please sign in to comment.