The wake trait is stable now

This commit is contained in:
Philipp Oppermann
2021-04-05 13:04:05 +02:00
parent 95d6962eb5
commit a9e8caed90

View File

@@ -4,7 +4,6 @@
#![feature(abi_x86_interrupt)]
#![feature(alloc_error_handler)]
#![feature(const_mut_refs)]
#![feature(wake_trait)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]