Skip to content

Commit

Permalink
Mark openssh_mux_client_error::Error as non_exhaustive
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Aug 4, 2023
1 parent c9c7292 commit 3774f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/mux-client-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use thiserror::Error as ThisError;
pub use ssh_format_error::Error as SshFormatError;

#[derive(Debug, ThisError)]
#[non_exhaustive]
pub enum Error {
/// Server speaks multiplex protocol other than protocol 4.
#[error("Server speaks multiplex protocol other than protocol 4.")]
Expand Down

0 comments on commit 3774f8c

Please sign in to comment.