Skip to content

Commit e4fadd9

Browse files
committed
Add wake_trait feature directive to std
1 parent 25e3945 commit e4fadd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
#![feature(unboxed_closures)]
311311
#![feature(untagged_unions)]
312312
#![feature(unwind_attributes)]
313+
#![feature(wake_trait)]
313314
// NB: the above list is sorted to minimize merge conflicts.
314315
#![default_lib_allocator]
315316

0 commit comments

Comments
 (0)