Skip to content

Commit 9118264

Browse files
committed
Fix _mi_option_last
1 parent 0b673b4 commit 9118264

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
@@ -541,7 +541,7 @@ pub const mi_option_max_warnings: mi_option_t = 20;
541541
pub const mi_option_max_segment_reclaim: mi_option_t = 21;
542542

543543
/// Last option.
544-
pub const _mi_option_last: mi_option_t = 26;
544+
pub const _mi_option_last: mi_option_t = 28;
545545

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

0 commit comments

Comments
 (0)