fixed merge commit tomfoolery.
This commit is contained in:
@@ -127,12 +127,6 @@ impl TaskWaker {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Executor {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Wake for TaskWaker {
|
||||
fn wake(self: Arc<Self>) {
|
||||
self.wake_task();
|
||||
|
||||
Reference in New Issue
Block a user