Skip to content

Commit

Permalink
Change derive const from DESERIALIZE -> RECORD
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta authored and xhochy committed Feb 8, 2019
1 parent 6aace7c commit 7eb83dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/parquet/parquet_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn impl_struct(
}
};

Ok(wrap_in_const("DESERIALIZE", name, gen))
Ok(wrap_in_const("RECORD", name, gen))
}

/// Implement on tuple structs.
Expand Down

0 comments on commit 7eb83dd

Please sign in to comment.