Skip to content

Commit c78a212

Browse files
committed
Add ordering_chaining feature to libcore/lib.rs
1 parent 43a0226 commit c78a212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
#![feature(question_mark)]
9393
#![feature(never_type)]
9494
#![feature(prelude_import)]
95+
#![feature(ordering_chaining)]
9596

9697
#[prelude_import]
9798
#[allow(unused)]

0 commit comments

Comments
 (0)