diff --git a/examples/02_04_executor/src/lib.rs b/examples/02_04_executor/src/lib.rs index 9996619..7ab229e 100644 --- a/examples/02_04_executor/src/lib.rs +++ b/examples/02_04_executor/src/lib.rs @@ -10,7 +10,7 @@ use { future::Future, sync::mpsc::{sync_channel, Receiver, SyncSender}, sync::{Arc, Mutex}, - task::{Context, Poll}, + task::Context, time::Duration, }, // The timer we wrote in the previous section: