Skip to content

Implement Debug for all public types#611

Merged
marcusklaas merged 3 commits intopulldown-cmark:masterfrom
gifnksm:impl-debug
Sep 8, 2022
Merged

Implement Debug for all public types#611
marcusklaas merged 3 commits intopulldown-cmark:masterfrom
gifnksm:impl-debug

Conversation

@gifnksm
Copy link
Contributor

@gifnksm gifnksm commented Sep 7, 2022

This pull request implements Debug for all public types detected by missing-debug-implementations lint.

This also enables the lint checking by default so that similar problems can be detected in the future.

fixes #609

@marcusklaas
Copy link
Collaborator

Thanks for the PR. I left one comment on the code. Once that's addressed, this is good to go.

@gifnksm
Copy link
Contributor Author

gifnksm commented Sep 8, 2022

Thank you for your review. I have addressed your comment.

@marcusklaas marcusklaas merged commit b027a0f into pulldown-cmark:master Sep 8, 2022
@marcusklaas
Copy link
Collaborator

Merged. Thanks for your contribution!

@gifnksm gifnksm deleted the impl-debug branch September 8, 2022 13:45
@lukas-code lukas-code mentioned this pull request May 21, 2023
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.

BrokenLink does not implemnet Debug

2 participants