Fix missing error variant

imgbot
trivernis 2 years ago
parent 2da81760f5
commit 3cec10e1b1
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -38,6 +38,8 @@ pub enum Error {
Timeout,
#[error("server closed the stream")]
StreamClosed,
#[error("LPS not defined")]
LspNotDefined,
#[error("Unhandled")]
Unhandled,
#[error(transparent)]

Loading…
Cancel
Save