Skip to content

Commit

Permalink
Remove useless std feature gate
Browse files Browse the repository at this point in the history
Co-authored-by: Tamo <[email protected]>
  • Loading branch information
Kerollmops and irevoire authored Jun 7, 2024
1 parent e417314 commit 457b2c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bitmap/ops_with_serialized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ impl RoaringBitmap {
}

#[cfg(test)]
#[cfg(feature = "std")] // We need this to serialize bitmaps
mod test {
use crate::RoaringBitmap;
use proptest::prelude::*;
Expand Down

0 comments on commit 457b2c9

Please sign in to comment.