Skip to content

Commit fabe75b

Browse files
update SessionsNotSupported error message
1 parent 7385687 commit fabe75b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/error.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,7 @@ pub enum ErrorKind {
302302
SrvLookupError { message: String },
303303

304304
/// The Client does not support sessions.
305-
#[error(
306-
display = "Attempted to start a session on a deployment that does not support sessions"
307-
)]
305+
#[error("Attempted to start a session on a deployment that does not support sessions")]
308306
SessionsNotSupported,
309307

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

0 commit comments

Comments
 (0)