Prefixed currently unused error variable with underscore
This commit is contained in:
parent
d78ead4a1a
commit
6168cb51d7
|
@ -46,7 +46,7 @@ impl<E> From<E> for Response
|
|||
where
|
||||
E: Error,
|
||||
{
|
||||
fn from(e: E) -> Self {
|
||||
fn from(_e: E) -> Self {
|
||||
Self::Error
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue