Skip to content

Commit b2ddaea

Browse files
authored
docs: compio::runtime instead of compio_runtime (#664)
1 parent b441a98 commit b2ddaea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compio-fs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub mod named_pipe;
3737
pub 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")]
4141
pub type AsyncFd<T> = compio_runtime::fd::AsyncFd<T>;
4242

4343
#[cfg(unix)]

compio-net/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod unix;
2424

2525
pub 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")]
2828
pub type PollFd<T> = compio_runtime::fd::PollFd<T>;
2929
pub use opts::SocketOpts;
3030
pub use resolve::ToSocketAddrsAsync;

0 commit comments

Comments
 (0)