Update docs for unsafe_op_in_unsafe_fn stability.#84193
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 15, 2021
Merged
Update docs for unsafe_op_in_unsafe_fn stability.#84193bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
r? @varkor (rust-highfive has picked a reviewer for you, use r? to override) |
Member
LeSeulArtichaut
approved these changes
Apr 14, 2021
Contributor
LeSeulArtichaut
left a comment
There was a problem hiding this comment.
Looks good to me. I don't have r+ priviledges though, maybe r? @RalfJung
Member
|
LGTM, thanks! |
Collaborator
|
📌 Commit e67f443 has been approved by |
Collaborator
|
⌛ Testing commit e67f443 with merge b5eafa531c034d9908409e65e0977494c06d9dd1... |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Collaborator
|
💔 Test failed - checks-actions |
Contributor
Author
|
@bors retry
|
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The unsafe_op_in_unsafe_fn lint was stabilized in #79208, but the bottom of this documentation wasn't updated.
I'm just guessing at the reason here, hopefully it is close to correct. The only discussion I found is #71668 (comment) which didn't really explain the thought process behind the decision.