Skip to content

Commit

Permalink
chore: still wrong self convention
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Sep 16, 2023
1 parent 8fb4e53 commit 475d133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pageserver/src/consumption_metrics/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ impl AbsoluteValueFactory {
struct IncrementalValueFactory(MetricsKey);

impl IncrementalValueFactory {
#[allow(clippy::wrong_self_convention)]
const fn from_until(
self,
prev_end: DateTime<Utc>,
Expand Down

0 comments on commit 475d133

Please sign in to comment.