Skip to content

Commit 6b5f63c

Browse files
committed
Constify (most) Option methods
1 parent 9b45f04 commit 6b5f63c

File tree

4 files changed

+282
-61
lines changed

4 files changed

+282
-61
lines changed

library/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
#![feature(const_num_from_num)]
124124
#![feature(const_ops)]
125125
#![feature(const_option)]
126+
#![feature(const_option_ext)]
126127
#![feature(const_pin)]
127128
#![feature(const_replace)]
128129
#![feature(const_ptr_is_null)]

0 commit comments

Comments
 (0)