mirror of https://github.com/fafhrd91/actix-net
fmt
This commit is contained in:
parent
b48165b490
commit
fc19f325ad
|
@ -1,7 +1,7 @@
|
|||
//! Task-notifying counter.
|
||||
|
||||
use std::rc::Rc;
|
||||
use core::{cell::Cell, task};
|
||||
use std::rc::Rc;
|
||||
|
||||
use local_waker::LocalWaker;
|
||||
|
||||
|
|
Loading…
Reference in New Issue