mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable enum_variant_names lint
This commit is contained in:
parent
2ff08c9fc4
commit
bc2f7c6826
4 changed files with 16 additions and 19 deletions
|
|
@ -306,7 +306,7 @@ where
|
|||
})
|
||||
} else {
|
||||
debug!("Returning error from {destination}");
|
||||
Err(Error::FederationError(
|
||||
Err(Error::Federation(
|
||||
destination.to_owned(),
|
||||
RumaError::from_http_response(http_response),
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue