Skip to content

Commit 3463ed0

Browse files
rukaiEugeny
authored andcommitted
Fix ChannelMsg::Close docs
1 parent 92660ef commit 3463ed0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

russh/src/channels/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub enum ChannelMsg {
3232
ext: u32,
3333
},
3434
Eof,
35+
Close,
3536
/// (client only)
3637
RequestPty {
3738
want_reply: bool,
@@ -109,8 +110,6 @@ pub enum ChannelMsg {
109110
Success,
110111
/// (server only)
111112
Failure,
112-
/// (server only)
113-
Close,
114113
OpenFailure(ChannelOpenFailure),
115114
}
116115

0 commit comments

Comments
 (0)