Fix feature flag in executor tests

This commit is contained in:
Grant Miller 2024-02-14 16:14:41 -06:00
parent 84258e1680
commit 5a6384333f

View File

@ -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;