Skip to content

Commit 18b4d2a

Browse files
committed
Remove needless derive
1 parent 1b5e5fe commit 18b4d2a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/simulation/investment/appraisal/coefficients.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use std::collections::HashMap;
1313
///
1414
/// These are calculated according to the objective type of the agent owning the asset.
1515
/// Map storing coefficients for each variable
16-
#[derive(Clone)]
1716
pub struct ObjectiveCoefficients {
1817
/// Cost per unit of capacity
1918
pub capacity_coefficient: MoneyPerCapacity,

0 commit comments

Comments
 (0)