Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 12, 2024
1 parent c4e6dfd commit 8cb7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopegraphs-macros/src/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub fn impl_label(input: DeriveInput) -> TokenStream {
type Array<T> = [T; #num_variants];

fn to_usize(&self) -> usize {
match self {
match *self {
#(
Self::#variant_names => #variant_numbers
),*
Expand Down

0 comments on commit 8cb7b63

Please sign in to comment.