Skip to content

Commit d3d2632

Browse files
committed
Update _mi_option_last
1 parent 406f3c6 commit d3d2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmimalloc-sys/src/extended.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ pub const mi_option_max_warnings: mi_option_t = 20;
546546
pub const mi_option_max_segment_reclaim: mi_option_t = 21;
547547

548548
/// Last option.
549-
pub const _mi_option_last: mi_option_t = 28;
549+
pub const _mi_option_last: mi_option_t = 29;
550550

551551
extern "C" {
552552
// Note: mi_option_{enable,disable} aren't exposed because they're redundant

0 commit comments

Comments
 (0)