Skip to content

Commit e84f971

Browse files
authored
Fix docs typo tokio-executor -> tokio-rt-core
1 parent 9f6559d commit e84f971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl Client {
6464
/// A multiplexed connection can be cloned, allowing requests to be be sent concurrently
6565
/// on the same underlying connection (tcp/unix socket).
6666
///
67-
/// This requires the `tokio-executor` feature as it uses the default tokio executor.
67+
/// This requires the `tokio-rt-core` feature as it uses the default tokio executor.
6868
#[cfg(feature = "tokio-rt-core")]
6969
#[cfg_attr(docsrs, doc(cfg(feature = "tokio-rt-core")))]
7070
pub async fn get_multiplexed_tokio_connection(

0 commit comments

Comments
 (0)