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

fix: back to forbid unsafe #2365

Merged

Conversation

Gumichocopengin8
Copy link
Contributor

Motivation

Thanks to the great work from #1882 by @davidpdrsn, Axum stopped vendoring hyper-utils. We can now switch from #![deny(unsafe_code)] to #![forbid(unsafe_code)].

Solution

one of axum philosophies is 100% safe code, so just enabled back to #![forbid(unsafe_code)]

Copy link
Member

@davidpdrsn davidpdrsn left a comment

Choose a reason for hiding this comment

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

\o/

@davidpdrsn davidpdrsn merged commit 6dd5d0b into tokio-rs:main Nov 28, 2023
18 checks passed
@Gumichocopengin8 Gumichocopengin8 deleted the fix/back-to-unsafe-forbid branch November 28, 2023 11:01
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