Skip to content

Commit

Permalink
Make the Statistics struct non exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Nov 25, 2024
1 parent 8ff028e commit e65d28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roaring/src/bitmap/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use super::store::Store;

/// Detailed statistics on the composition of a bitmap.
#[derive(Clone, Copy, PartialEq, Debug)]
#[non_exhaustive]
pub struct Statistics {
/// Number of containers in the bitmap
pub n_containers: u32,
Expand Down

0 comments on commit e65d28f

Please sign in to comment.