We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128b5d6 commit f0f34dfCopy full SHA for f0f34df
src/client/connection/response/meta/mime/error.rs
@@ -17,7 +17,7 @@ impl Display for Error {
17
write!(f, "Protocol error")
18
}
19
Self::Undefined => {
20
- write!(f, "Undefined error")
+ write!(f, "Undefined")
21
22
23
src/client/connection/response/meta/status/error.rs
0 commit comments