Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Complete docs and Debug coverage #315

Merged
merged 2 commits into from
Mar 2, 2022

Conversation

adamspofford-dfinity
Copy link
Contributor

@adamspofford-dfinity adamspofford-dfinity commented Mar 1, 2022

This adds #[deny(missing_docs, missing_debug_implemenations)], which makes it a compile error to release public interface without documentation or to release a public data type without a Debug impl. It also fills all the existing holes in that regard.

@adamspofford-dfinity adamspofford-dfinity requested a review from a team March 1, 2022 22:13
@adamspofford-dfinity adamspofford-dfinity merged commit e7f5050 into main Mar 2, 2022
@adamspofford-dfinity adamspofford-dfinity deleted the adamspofford/big-doc branch March 2, 2022 19:12
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.

3 participants