hashes: Rename util to macros

The `utils` module holds public macros, call it `macros` instead.
This commit is contained in:
Tobin C. Harding 2024-09-04 17:48:28 +10:00
parent 34e638d40c
commit aaa78a3a09
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
2 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ pub mod _export {
mod internal_macros; mod internal_macros;
#[macro_use] #[macro_use]
mod util; mod macros;
#[macro_use] #[macro_use]
pub mod serde_macros; pub mod serde_macros;