From ee8be6d2aaa968a4412024d716d9502c72b41ae5 Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Mon, 3 Jun 2024 23:46:06 -0400 Subject: [PATCH] fix: clippy lints --- lib/sdk/src/ipc_types.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/sdk/src/ipc_types.rs b/lib/sdk/src/ipc_types.rs index 9ac38428f..14024e117 100644 --- a/lib/sdk/src/ipc_types.rs +++ b/lib/sdk/src/ipc_types.rs @@ -157,7 +157,9 @@ ReqRes! { // todo!(n) find out how to remove this, // for some reasons adding these directly into the macro invocation doesn't work meta: #[derive(IsVariant, Archive, Serialize, Deserialize, PartialEq, Eq, Debug, Clone, Copy)], - meta: #[archive(check_bytes)] + meta: #[archive(check_bytes)], + // TODO: use a variable sized buffer type + meta: #[allow(clippy::large_enum_variant)] endmeta, /// Query a client's bandwidth balance. QueryClientBandwidth {