rename fixed_wide::wide to fixed_wide::fixed

This commit is contained in:
2024-08-26 17:07:29 -07:00
parent dda8ebefc4
commit ac5ef8f9be
3 changed files with 5 additions and 5 deletions

@ -1,2 +1,2 @@
pub mod wide;
pub mod fixed;
pub mod types;