From 475d1336ce94d4e625cdca2cb94e7782824257cb Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Sat, 16 Sep 2023 12:24:06 +0000 Subject: [PATCH] chore: still wrong self convention --- pageserver/src/consumption_metrics/metrics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pageserver/src/consumption_metrics/metrics.rs b/pageserver/src/consumption_metrics/metrics.rs index f0221e920fa10..652dd98683d68 100644 --- a/pageserver/src/consumption_metrics/metrics.rs +++ b/pageserver/src/consumption_metrics/metrics.rs @@ -82,6 +82,7 @@ impl AbsoluteValueFactory { struct IncrementalValueFactory(MetricsKey); impl IncrementalValueFactory { + #[allow(clippy::wrong_self_convention)] const fn from_until( self, prev_end: DateTime,