Skip to content

Commit

Permalink
hybrid-array: rename impls module to sizes (#1014)
Browse files Browse the repository at this point in the history
It reflects what the module does: defines a macro for defining various
array sizes, then invokes it.
  • Loading branch information
tarcieri authored Dec 31, 2023
1 parent fdb7527 commit 8a81f1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrid-array/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
unused_qualifications
)]

mod impls;
mod sizes;

pub use typenum;
pub use typenum::consts;
Expand Down
File renamed without changes.

0 comments on commit 8a81f1d

Please sign in to comment.