From da6d8da80e163751ecca01bfbd049f254dc9908b Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 26 Aug 2024 18:33:09 +0200 Subject: [PATCH] docs(metrics): remove wrong copy paste doc comment Presumably copy pasted from: https://github.com/mozilla/glean/blob/c7118eea672938e215ebe38801d275047014f0fc/glean-core/src/metrics/memory_distribution.rs#L26-L28 --- glean-core/src/metrics/custom_distribution.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/glean-core/src/metrics/custom_distribution.rs b/glean-core/src/metrics/custom_distribution.rs index 70b7707619..4357163e14 100644 --- a/glean-core/src/metrics/custom_distribution.rs +++ b/glean-core/src/metrics/custom_distribution.rs @@ -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,