Skip to content

Commit ce634b5

Browse files
committed
Fix _mi_last_option
1 parent 7f0a5c1 commit ce634b5

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
@@ -579,7 +579,7 @@ pub const mi_option_segment_decommit_delay: mi_option_t = 23;
579579
pub const mi_option_decommit_extend_delay: mi_option_t = 24;
580580

581581
/// Last option.
582-
pub const _mi_option_last: mi_option_t = 25;
582+
pub const _mi_option_last: mi_option_t = 26;
583583

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

0 commit comments

Comments
 (0)