Skip to content

Commit

Permalink
Fix a doc test import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Dec 10, 2024
1 parent 66c9e5f commit f9b2a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bbbul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub use bitpacking::{BitPacker, BitPacker1x, BitPacker4x, BitPacker8x};
///
/// ```
/// use std::collections::HashSet;
/// use raw_collections::{FrozenBbbul, Bbbul};
/// use bumparaw_collections::{FrozenBbbul, Bbbul};
/// use bitpacking::BitPacker4x;
///
/// let bump = bumpalo::Bump::new();
Expand Down

0 comments on commit f9b2a01

Please sign in to comment.