aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/fund_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/fund_command.rs')
-rw-r--r--crates/shirabe/src/command/fund_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/fund_command.rs b/crates/shirabe/src/command/fund_command.rs
index 340424f..9d5720e 100644
--- a/crates/shirabe/src/command/fund_command.rs
+++ b/crates/shirabe/src/command/fund_command.rs
@@ -60,7 +60,7 @@ impl FundCommand {
repository_manager
.get_repositories()
.iter()
- .map(|r| r.clone_box())
+ .map(|r| r.clone())
.collect(),
);
let mut fundings: IndexMap<String, IndexMap<String, Vec<String>>> = IndexMap::new();