Skip to content

Commit

Permalink
bugfifx macro
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Feb 27, 2025
1 parent dfcd749 commit dad418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ macro_rules! attr_enum {
priv {
$(
$(#[$priv_meta])*
$priv: $priv_str,
$priv,
)*
};
}
Expand Down

0 comments on commit dad418d

Please sign in to comment.