Skip to content

Change missing_docs from deny to warn. #391

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

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Jul 26, 2022

It is annoying to get hard errors while developing, it prevents testing things out
without documenting them because it fails the build.

This changes it to warn, which has the same effect in CI (because it already has RUSTFLAGS: '--deny warnings'),
but still allows buildilng.

@Dirbaio Dirbaio requested a review from a team as a code owner July 26, 2022 12:02
@rust-highfive
Copy link

r? @eldruin

(rust-highfive has picked a reviewer for you, use r? to override)

It is annoying to get hard errors while developing, it prevents testing things out
without documenting them because it fails the build.

This changes it to warn, which has the same effect in CI (because it already has `RUSTFLAGS: '--deny warnings'`),
but still allows buildilng.
@Dirbaio Dirbaio force-pushed the warn-missing-docs branch from 462413d to df73bb3 Compare July 26, 2022 12:04
Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Seems fine to me, thanks!
bors r+

@bors bors bot merged commit 707b8c4 into rust-embedded:master Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants