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

item_impl holds an Option<> to the trait ref, not a list of trait refs. ... #11415

Closed
wants to merge 1 commit into from

Conversation

nrc
Copy link
Member

@nrc nrc commented Jan 9, 2014

...Therefore, we should not iterate over it.

@alexcrichton
Copy link
Member

Seems to need a rebase. You can iterate options just fine (just a 1 or 0 element iterator), but I like the variable rename.

r=me with a rebase.

@nrc
Copy link
Member Author

nrc commented Jan 10, 2014

Rebased ^

bors added a commit that referenced this pull request Jan 11, 2014
...Therefore, we should not iterate over it.
@bors bors closed this Jan 11, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 28, 2023
…pedantic, r=flip1995

Move `needless_raw_string_hashes` to `pedantic`

IMO it doesn't improve code enough to be warn by default. [It seems to be unclear to some also](rust-lang/rust-clippy#11402), but that can probably be remedied separately

changelog: Moved [`needless_raw_string_hashes`] to `pedantic` (Now allow-by-default)
[rust-lang#11415](rust-lang/rust-clippy#11415)

r? `@flip1995`
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