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

replace range with an external iterator #8216

Closed
wants to merge 1 commit into from
Closed

replace range with an external iterator #8216

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

No description provided.

bors added a commit that referenced this pull request Aug 2, 2013
@bors bors closed this Aug 2, 2013
pcwalton pushed a commit to pcwalton/sprocketnes that referenced this pull request Nov 18, 2013
pcwalton pushed a commit to pcwalton/sprocketnes that referenced this pull request Nov 18, 2013
update range to external iterator as per rust-lang/rust#8216
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 13, 2022
…rednet

Fix `clippy::use-self`` warning in ` src/main.rs`

`ClippyCmd` warnings gets generated due to addition of `clippy::use-self`. This PR fixes that.

```
warning: unnecessary structure name repetition
  --> src/main.rs:99:9
   |
99 |         ClippyCmd {
   |         ^^^^^^^^^ help: use the applicable keyword: `Self`
   |
   = note: `-W clippy::use-self` implied by `-W clippy::nursery`
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
```

---

changelog: none
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