rename wide_traits to fixed_wide_traits

This commit is contained in:
2024-08-27 12:07:19 -07:00
parent a96cae9e80
commit d48b03889d
15 changed files with 35 additions and 35 deletions

@ -1,7 +1,7 @@
pub mod fixed;
pub mod types;
#[cfg(feature="wide_traits")]
mod wide_traits;
#[cfg(feature="wide_traits")]
pub use ::wide_traits::wide;
#[cfg(feature="fixed_wide_traits")]
mod fixed_wide_traits;
#[cfg(feature="fixed_wide_traits")]
pub use ::fixed_wide_traits::wide;