Skip to content

Commit

Permalink
remove repr
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Aug 14, 2024
1 parent e065f54 commit c9afc64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion refinery_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ fn migration_enum_quoted(migration_names: &[impl AsRef<str>]) -> TokenStream2 {
discriminants.push(quote! { v => panic!("Invalid migration version '{}'", v) });

let result = quote! {
#[repr(i64)]
#[derive(Debug)]
pub enum EmbeddedMigration {
#(#variants),*
Expand Down

0 comments on commit c9afc64

Please sign in to comment.