Skip to content

Commit

Permalink
build: binder: Add debug for Messages
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Apr 11, 2024
1 parent c5db3e1 commit 93d38ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/binder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ pub fn generate<W: Write>(modules: Vec<String>, out: &mut W) {
let tokens = quote! {
#(#modules_tokens)*

#[derive(Debug)]
#enum_ident

#try_from_ident
Expand Down

0 comments on commit 93d38ed

Please sign in to comment.