From 883ba42f6c9a1eeb5377279707745afa7af3f864 Mon Sep 17 00:00:00 2001 From: cos Date: Wed, 4 Aug 2021 15:37:34 +0200 Subject: Skip another mention of deprecated crate Please see previous commit by Evan Mesterhazy for details --- src/session.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/session.rs b/src/session.rs index a1fa674..544593e 100644 --- a/src/session.rs +++ b/src/session.rs @@ -121,8 +121,7 @@ unsafe impl Send for SessionInner {} /// This means that a blocking read from a `Channel` or `Stream` will block /// all other calls on objects created from the same underlying `Session`. /// If you need the ability to perform concurrent operations then you will -/// need to create separate `Session` instances, or employ non-blocking mode, -/// perhaps using the `async-ssh2` crate. +/// need to create separate `Session` instances, or employ non-blocking mode. #[derive(Clone)] pub struct Session { inner: Arc>, -- cgit v1.2.3