diff --git a/src/lib.rs b/src/lib.rs index c55a525..3e48a9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ wrapping_next_power_of_two, float_next_up_down, unchecked_math, - // unchecked_shifts, + unchecked_shifts, ) )] #![doc = include_str!("../README.md")]