Skip to content

Conversation

@thestinger
Copy link
Contributor

I cherry-picked all the small documentation updates because at 3 hours per pull request, they would have taken 21 hours to land.

@thestinger thestinger mentioned this pull request Jun 21, 2013
…es adjustments.

The `extra::fileinput` module landed just after 0.6 was released, and there are many
more derivable traits.
@graydon
Copy link
Contributor

graydon commented Jun 21, 2013

Thanks. I appreciate your patience with this. We will get it going faster, promise.

thestinger added a commit that referenced this pull request Jun 22, 2013
accumulated doc pull requests from the queue
@thestinger thestinger merged commit ef07d7c into rust-lang:master Jun 22, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 17, 2021
…r=flip1995

Vec extend to append

This PR adds a check to suggest changes of vector from

```
vec.extend(other_vec.drain(..))
```

could be written as

```
vec![].append(&mut vec![]);
```

changelog: Add vec_extend_to_append lint
issue: rust-lang#7209
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.

5 participants