Skip to content

Commit 128f94a

Browse files
committed
.
1 parent 1122f37 commit 128f94a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contigous_bitset/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ rust-version = "1.89"
99

1010
[dependencies]
1111
bytemuck = "1.23"
12+
13+
[features]
14+
track_caller = []

contigous_bitset/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use core::{convert::TryFrom, marker::PhantomData};
44

5-
use crate::Contiguous;
5+
use bytemuck::Contiguous;
66

77
/// turns any `Contiguous` into its bit position within a `u64`
88
#[inline]

0 commit comments

Comments
 (0)