Skip to content

Commit

Permalink
fix: clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Jun 4, 2024
1 parent bc4459e commit ee8be6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/sdk/src/ipc_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ee8be6d

Please sign in to comment.