Fix feature flag in executor tests
This commit is contained in:
parent
84258e1680
commit
5a6384333f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
|
||||
#![cfg_attr(feature = "nightly", feature(impl_trait_in_assoc_type))]
|
||||
|
||||
use std::boxed::Box;
|
||||
use std::future::poll_fn;
|
||||
|
|
Loading…
Reference in a new issue