File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pub mod named_pipe;
3737pub mod pipe;
3838
3939/// Providing functionalities to wait for readiness.
40- #[ deprecated( since = "0.12.0" , note = "Use `compio_runtime ::fd::AsyncFd` instead" ) ]
40+ #[ deprecated( since = "0.12.0" , note = "Use `compio::runtime ::fd::AsyncFd` instead" ) ]
4141pub type AsyncFd < T > = compio_runtime:: fd:: AsyncFd < T > ;
4242
4343#[ cfg( unix) ]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ mod unix;
2424
2525pub use cmsg:: * ;
2626/// Providing functionalities to wait for readiness.
27- #[ deprecated( since = "0.12.0" , note = "Use `compio_runtime ::fd::PollFd` instead" ) ]
27+ #[ deprecated( since = "0.12.0" , note = "Use `compio::runtime ::fd::PollFd` instead" ) ]
2828pub type PollFd < T > = compio_runtime:: fd:: PollFd < T > ;
2929pub use opts:: SocketOpts ;
3030pub use resolve:: ToSocketAddrsAsync ;
You can’t perform that action at this time.
0 commit comments