chore(backend): suppress unused ScgiError::Protocol warning
This commit is contained in:
@@ -8,6 +8,7 @@ use tokio::net::UnixStream;
|
|||||||
pub enum ScgiError {
|
pub enum ScgiError {
|
||||||
#[error("IO Error: {0}")]
|
#[error("IO Error: {0}")]
|
||||||
Io(#[from] std::io::Error),
|
Io(#[from] std::io::Error),
|
||||||
|
#[allow(dead_code)]
|
||||||
#[error("Protocol Error: {0}")]
|
#[error("Protocol Error: {0}")]
|
||||||
Protocol(String),
|
Protocol(String),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user