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

Ensure that skipped items aren't encoded #9484

Merged
merged 1 commit into from
Sep 27, 2013

Conversation

alexcrichton
Copy link
Member

If an item is skipped due to it being unreachable or for some optimization, then
it shouldn't be encoded into the metadata (because it wasn't present in the
first place).

If an item is skipped due to it being unreachable or for some optimization, then
it shouldn't be encoded into the metadata (because it wasn't present in the
first place).
bors added a commit that referenced this pull request Sep 26, 2013
If an item is skipped due to it being unreachable or for some optimization, then
it shouldn't be encoded into the metadata (because it wasn't present in the
first place).
@bors bors closed this Sep 27, 2013
@bors bors merged commit daee1b4 into rust-lang:master Sep 27, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 6, 2022
…endoo

Implement `manual_clamp` lint

Fixes rust-lang#9477
Fixes rust-lang#6751

Identifies common patterns where usage of the `clamp` function would be more succinct and clear, and suggests using the `clamp` function instead.

changelog: [`manual_clamp`]: Implement manual_clamp lint
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.

2 participants