Skip to content

Commit

Permalink
containers: impl Display for UniversalBindle
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 25, 2023
1 parent a251ad3 commit dbd5f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/bindle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ impl<C: BindleContent> Bindle<C> {
}
}

#[derive(Clone, Debug, From)]
#[derive(Clone, Debug, Display, From)]
#[display(inner)]
#[cfg_attr(
feature = "serde",
derive(Serialize, Deserialize),
Expand Down

0 comments on commit dbd5f51

Please sign in to comment.