Skip to content

Commit

Permalink
update SessionsNotSupported error message
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed Mar 24, 2021
1 parent 7385687 commit fabe75b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ pub enum ErrorKind {
SrvLookupError { message: String },

/// The Client does not support sessions.
#[error(
display = "Attempted to start a session on a deployment that does not support sessions"
)]
#[error("Attempted to start a session on a deployment that does not support sessions")]
SessionsNotSupported,

/// A timeout occurred before a Tokio task could be completed.
Expand Down

0 comments on commit fabe75b

Please sign in to comment.