From a2b0d0e6f0209662d13691c2a0f62e48bd85563b Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Thu, 27 Oct 2022 07:39:44 -0500 Subject: [PATCH] runtime: use correct module doc comments (#27889) --- runtime/src/accounts_background_service.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/src/accounts_background_service.rs b/runtime/src/accounts_background_service.rs index 269c3b3c10..f140c61550 100644 --- a/runtime/src/accounts_background_service.rs +++ b/runtime/src/accounts_background_service.rs @@ -1,6 +1,6 @@ -// Service to clean up dead slots in accounts_db -// -// This can be expensive since we have to walk the append vecs being cleaned up. +//! Service to clean up dead slots in accounts_db +//! +//! This can be expensive since we have to walk the append vecs being cleaned up. mod stats; use {