runtime: use correct module doc comments (#27889)

This commit is contained in:
Ian Macalinao 2022-10-27 07:39:44 -05:00 committed by GitHub
parent d6b3d338d0
commit a2b0d0e6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 {