diff --git a/tokio-xmpp/src/xmlstream/common.rs b/tokio-xmpp/src/xmlstream/common.rs index 5a05a2414d023cdbdc55e52a21e08d3d759d9d15..f4d4c0a8da0d6cd5df7c8754b4ec599f40a6e9e8 100644 --- a/tokio-xmpp/src/xmlstream/common.rs +++ b/tokio-xmpp/src/xmlstream/common.rs @@ -729,7 +729,7 @@ where } /// Contains metadata from an XML stream header -#[derive(Default)] +#[derive(Default, Debug)] pub struct StreamHeader<'x> { /// The optional `from` attribute. pub from: Option>,