Skip to content

Commit

Permalink
Fix compiler error from merge in enum.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo authored Sep 12, 2024
1 parent 2ea59c6 commit 1cd721e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/src/types/enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ fn format_variant(
},
};

dependencies.append(variant_dependencies);
formatted_variants.push(formatted);
Ok(())
}
Expand Down

0 comments on commit 1cd721e

Please sign in to comment.