mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix a unrelated clippy issue that came up suddenly
This commit is contained in:
parent
e194a2e334
commit
fc735f509e
@ -16,6 +16,7 @@ use tracing::{trace, warn};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::enum_variant_names)] //TODO: evaluate ClientError ends with Enum name
|
||||
#[allow(clippy::large_enum_variant)] // not a problem, its only send once
|
||||
pub enum Error {
|
||||
ClientError {
|
||||
error: ClientError,
|
||||
|
Loading…
Reference in New Issue
Block a user