Skip to content

Commit

Permalink
docs(metrics): remove wrong copy paste doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored and badboy committed Aug 28, 2024
1 parent c7118ee commit da6d8da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glean-core/src/metrics/custom_distribution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ use crate::CommonMetricData;
use crate::Glean;

/// A custom distribution metric.
///
/// Memory distributions are used to accumulate and store memory sizes.
#[derive(Clone, Debug)]
pub struct CustomDistributionMetric {
meta: Arc<CommonMetricDataInternal>,
Expand Down

0 comments on commit da6d8da

Please sign in to comment.