mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
executor: fix build (#825)
Two unrelated PRs to the same file resulted in a broken build. This patch fixes the build by including `Arc`.
This commit is contained in:
parent
f0bdf1980c
commit
cbecb87797
@ -46,6 +46,7 @@
|
||||
|
||||
use std::marker::PhantomData;
|
||||
use std::rc::Rc;
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
use crossbeam_utils::sync::{Parker, Unparker};
|
||||
|
Loading…
x
Reference in New Issue
Block a user