diff --git a/pageserver/src/metrics.rs b/pageserver/src/metrics.rs index 1eedb9a309..aaf5bc57d1 100644 --- a/pageserver/src/metrics.rs +++ b/pageserver/src/metrics.rs @@ -1313,7 +1313,6 @@ impl Drop for SmgrOpTimer { } impl SmgrOpFlushInProgress { - #[inline(always)] pub(crate) async fn measure(mut self, mut fut: Fut) -> O where Fut: std::future::Future,