Skip to content

Commit

Permalink
fix: clippy lints for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Jun 4, 2024
1 parent ee8be6d commit fc2eaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sdk/src/ipc_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ ReqRes! {
meta: #[derive(IsVariant, Archive, Serialize, Deserialize, PartialEq, Eq, Debug, Clone, Copy)],
meta: #[archive(check_bytes)],
// TODO: use a variable sized buffer type
meta: #[archive_attr(allow(clippy::large_enum_variant))],
meta: #[allow(clippy::large_enum_variant)]
endmeta,
/// Query a client's bandwidth balance.
Expand Down

0 comments on commit fc2eaaf

Please sign in to comment.