Skip to content

Register new snapshots #10886

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

Merged
merged 1 commit into from
Dec 10, 2013
Merged

Register new snapshots #10886

merged 1 commit into from
Dec 10, 2013

Conversation

alexcrichton
Copy link
Member

Makes the dead_code lint a citizen of stage0 to silence the "unknown lint"
warnings.

Makes the `dead_code` lint a citizen of stage0 to silence the "unknown lint"
warnings.
bors added a commit that referenced this pull request Dec 10, 2013
Makes the `dead_code` lint a citizen of stage0 to silence the "unknown lint"
warnings.
@bors bors closed this Dec 10, 2013
@bors bors merged commit 2d7b690 into rust-lang:master Dec 10, 2013
@alexcrichton alexcrichton deleted the snapshots branch December 11, 2013 05:39
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
Adding configuration to allow safety comment above stmt containing unsafe block

Adding a new configuration, `accept-comment-above-statement`, to allow a safety comment to be placed before the statement that has the `unsafe` block. It affects the `undocumented_unsafe_blocks` lint.

The default value for this configuration will be `false`. So the user has to opt-in for the change.

This PR fixes rust-lang/rust-clippy#10832

---

changelog: Enhancement [`undocumented_unsafe_blocks`]: Added `accept-comment-above-statement` configuration.
[rust-lang#10886](rust-lang/rust-clippy#10886)
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.

3 participants