Skip to content

Commit

Permalink
Fixed a 1.77 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Mar 22, 2024
1 parent 589559e commit bf7a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/messagepack_ext_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ macro_rules! msgpack_ext {
($x:ident, $doc:meta) => {
#[derive(Debug, Clone)]
#[$doc]
pub struct $x(Value);
pub struct $x(#[allow(unused)] Value);

impl Parse for $x {
fn parse(value: Value) -> Option<Self> {
Expand Down

0 comments on commit bf7a513

Please sign in to comment.