Skip to content

Commit

Permalink
Fix ChannelMsg::Close docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored and Eugeny committed Nov 9, 2023
1 parent 92660ef commit 3463ed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions russh/src/channels/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub enum ChannelMsg {
ext: u32,
},
Eof,
Close,
/// (client only)
RequestPty {
want_reply: bool,
Expand Down Expand Up @@ -109,8 +110,6 @@ pub enum ChannelMsg {
Success,
/// (server only)
Failure,
/// (server only)
Close,
OpenFailure(ChannelOpenFailure),
}

Expand Down

0 comments on commit 3463ed0

Please sign in to comment.