Skip to content

Commit

Permalink
Added copy trait implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmcquilkin committed Feb 25, 2024
1 parent 3a61a21 commit 55973f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() -> std::io::Result<()> {

let mut config = prost_build::Config::new();

let mut derive_string = String::from("#[derive(");
let mut derive_string = String::from("#[derive(Copy, ");

#[cfg(feature = "serde")]
{
Expand Down

0 comments on commit 55973f8

Please sign in to comment.