Skip to content

Commit ab2fa47

Browse files
committed
Fix: Make AppraisalOutput::new() private
1 parent f431775 commit ab2fa47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/investment/appraisal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub struct AppraisalOutput {
6767

6868
impl AppraisalOutput {
6969
/// Create a new `AppraisalOutput`
70-
pub fn new<T: MetricTrait>(
70+
fn new<T: MetricTrait>(
7171
asset: AssetRef,
7272
results: ResultsMap,
7373
metric: Option<T>,

0 commit comments

Comments
 (0)