Skip to content

Commit

Permalink
Add a missing import (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cornell authored Nov 3, 2024
1 parent f72ab7e commit 4f9a660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setu32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//! This is a crate for the tiniest sets ever.
mod iter;
pub use iter::IntoIter;

const fn num_bits<T>() -> u32 {
std::mem::size_of::<T>() as u32 * 8
Expand Down

0 comments on commit 4f9a660

Please sign in to comment.