Skip to content

Conversation

danclive
Copy link

No description provided.

src/doc.rs Outdated
@@ -86,100 +94,80 @@ impl Display for OrderedDocument {
}
}

impl Debug for OrderedDocument {
impl Debug for Document {
fn fmt(&self, f: &mut Formatter) -> fmt::Result {
write!(f, "OrderedDocument({:?})", self.inner)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be write!(f, "Document({:?})", self.inner)?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants