Skip to content

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.

2 participants