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 #65

Merged
merged 1 commit into from
Apr 25, 2021
Merged

Forbid the use of unsafe code #65

merged 1 commit into from
Apr 25, 2021

Conversation

mgeisler
Copy link
Owner

This is to avoid us accidentally introducing unsafe code and to make the crate show up in green with cargo geiger, see

https://github.com/rust-secure-code/cargo-geiger

@mgeisler mgeisler force-pushed the forbid-unsafe-code branch 3 times, most recently from 65aeeae to 783809f Compare April 25, 2021 06:09
This is to avoid us accidentally introducing unsafe code and to make
the crate show up in green with `cargo geiger`, see

  https://github.com/rust-secure-code/cargo-geiger
@mgeisler mgeisler force-pushed the forbid-unsafe-code branch from 783809f to 89ba212 Compare April 25, 2021 06:10
@mgeisler mgeisler enabled auto-merge April 25, 2021 06:11
@mgeisler mgeisler merged commit 343eff9 into master Apr 25, 2021
@mgeisler mgeisler deleted the forbid-unsafe-code branch April 25, 2021 06:12
This was referenced Sep 17, 2023
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.

1 participant