Skip to content

Commit

Permalink
one more cfg-gate lacking
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 14, 2024
1 parent 778cea7 commit d1377c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion merde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ macro_rules! impl_value_deserialize {
};

($struct_name:ident { $($field:ident),+ }) => {
#[cfg(feature = "deserialize")]
#[automatically_derived]
impl<'s> $crate::ValueDeserialize<'s> for $struct_name
{
Expand Down

0 comments on commit d1377c2

Please sign in to comment.