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

Forbid the use of unsafe code #216

Merged
merged 1 commit into from
Oct 25, 2020
Merged

Forbid the use of unsafe code #216

merged 1 commit into from
Oct 25, 2020

Conversation

mgeisler
Copy link
Owner

@mgeisler mgeisler commented Oct 25, 2020

We currently don't have any unsafe code in textwrap -- adding this attribute ensure that we'll think careful about it before adding any. The Rust Safety Dance project promises to be a great resource in ensuring that any unsafe code added is, infact, safe.

Fixes #210.

We currently don't have any unsafe code in `textwrap` -- adding this
attribute ensure that we'll think careful about it before adding any.

Fixes #210.
@mgeisler mgeisler merged commit c708b78 into master Oct 25, 2020
@mgeisler mgeisler deleted the forbid-unsafe-code branch January 30, 2021 16:46
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.

Forbid unsafe code
1 participant