Skip to content

Commit

Permalink
good
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Apr 13, 2024
1 parent 330c14b commit b01eb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/result_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub struct ResultData {
// https://github.com/vks/average/issues/19
// can't define pub struct for now.
concatenate!(MinMaxMeanInner, [Min, min], [Max, max], [Mean, mean]);
#[repr(transparent)]
pub struct MinMaxMean(MinMaxMeanInner);

impl MinMaxMean {
Expand Down

0 comments on commit b01eb11

Please sign in to comment.