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