Skip to content

accumulated doc pull requests from the queue #7270

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

Merged
merged 7 commits into from
Jun 22, 2013
Merged

accumulated doc pull requests from the queue #7270

merged 7 commits into from
Jun 22, 2013

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