hashes: Separate private and public modules

The private and public modules are already grouped, add a line of
whitespace to make it _even_ more clear. Trivial I know, this patch got
smaller during rebase.
This commit is contained in:
Tobin C. Harding 2024-09-04 17:51:22 +10:00
parent b11bd9a6b5
commit 34e638d40c
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ pub mod _export {
mod internal_macros;
#[macro_use]
mod util;
#[macro_use]
pub mod serde_macros;
pub mod cmp;