Skip to content

Commit dad418d

Browse files
committed
bugfifx macro
1 parent dfcd749 commit dad418d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/utils/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ macro_rules! attr_enum {
106106
priv {
107107
$(
108108
$(#[$priv_meta])*
109-
$priv: $priv_str,
109+
$priv,
110110
)*
111111
};
112112
}

0 commit comments

Comments
 (0)