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

Delete "no unsafe" claim from readme #64

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Jul 6, 2022

"No unsafe" is misleading because there is unsafe code unconditionally compiled into the crate.

It looks like this sentence in the readme was written in 408f42a and "no unsafe" was true at that point, but then 48 hours later some unsafe code was added in 8904b5e and has been there ever since. It seems like an oversight that the readme was not updated.

"No unsafe" is misleading because there is unsafe code unconditionally
compiled into the crate.

It looks like this sentence in the readme was written in 408f42a and
"no unsafe" was true at that point, but then 48 hours later some unsafe
code was added in 8904b5e and has been there ever since. It seems like
an oversight that the readme was not updated.
@jam1garner
Copy link
Owner

heh, fair, that was me forgetting! retroactive justification: I'd definitely argue that const-time unsafe doesn't break the spirit of it, but given I don't particularly mind dropping the claim, I'll give you it :)

@jam1garner jam1garner merged commit 864dcc9 into jam1garner:master Jul 13, 2022
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

2 participants