This commit is contained in:
Rob Ede 2021-03-30 12:05:39 +01:00
parent b48165b490
commit fc19f325ad
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//! Task-notifying counter.
use std::rc::Rc;
use core::{cell::Cell, task};
use std::rc::Rc;
use local_waker::LocalWaker;