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

DRAFT: Enabled clippy in CI to check for undocumented unsafety #3247

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

f0rki
Copy link

@f0rki f0rki commented Jun 13, 2023

Currently only to identify undocumented unsafety. Even the default clippy deny's produce many warnings/errors.
Nevertheless, ran clippy --fix on the codebase to deal with some of the obvious things.

Some SAFETY: comments are still missing.

Currently only to identify undocumented unsafety. Even the default clippy deny's produce many warnings/errors.
Ran `clippy --fix` on the codebase to remove some of the obvious things.

Signed-off-by: Michael Rodler <mrodler@amazon.de>
Co-authored-by: f0rki <m@mrodler.eu>
@f0rki f0rki marked this pull request as draft June 13, 2023 11:03
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.

None yet

1 participant