Skip to content

Commit

Permalink
Merge branch 'master' into argus-update
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger authored Oct 4, 2024
2 parents 0da9541 + 473077a commit 8e81a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages-proc-macros-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn common_derives(args: TokenStream, input: TokenStream) -> TokenStream {
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]
#[cfg_attr(feature = "ts", derive(ts_rs::TS))]
#[cfg_attr(feature = "ts", ts(export))]
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]
#[cfg_attr(std, derive(proptest_derive::Arbitrary))]
});

// Allow to omit the defmt::Format derive. Useful if this should be manually implemented.
Expand Down

0 comments on commit 8e81a1a

Please sign in to comment.