We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7385687 commit fabe75bCopy full SHA for fabe75b
src/error.rs
@@ -302,9 +302,7 @@ pub enum ErrorKind {
302
SrvLookupError { message: String },
303
304
/// The Client does not support sessions.
305
- #[error(
306
- display = "Attempted to start a session on a deployment that does not support sessions"
307
- )]
+ #[error("Attempted to start a session on a deployment that does not support sessions")]
308
SessionsNotSupported,
309
310
/// A timeout occurred before a Tokio task could be completed.
0 commit comments