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:
parent
b11bd9a6b5
commit
34e638d40c
|
@ -97,6 +97,7 @@ pub mod _export {
|
||||||
mod internal_macros;
|
mod internal_macros;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod util;
|
mod util;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod serde_macros;
|
pub mod serde_macros;
|
||||||
pub mod cmp;
|
pub mod cmp;
|
||||||
|
|
Loading…
Reference in New Issue