Skip to content

Commit

Permalink
enable unchecked_shifts feature when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Feb 23, 2024
1 parent d51ffc1 commit 88235e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
wrapping_next_power_of_two,
float_next_up_down,
unchecked_math,
// unchecked_shifts,
unchecked_shifts,
)
)]
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit 88235e6

Please sign in to comment.