Skip to content

accumulated doc pull requests from the queue - #7270

Merged
thestinger merged 7 commits into
rust-lang:masterfrom
thestinger:doc
Jun 22, 2013
Merged

accumulated doc pull requests from the queue#7270
thestinger merged 7 commits into
rust-lang:masterfrom
thestinger:doc

Conversation

@thestinger

Copy link
Copy Markdown
Contributor

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

@thestingerthestinger mentioned this pull request Jun 21, 2013
@thestingerthestinger 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
Copy Markdown
Contributor

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:masterJun 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
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7270: Introduce more appropriate assertion mechanism r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Sign up for freeto 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

@thestinger@graydon@brson@rkbodenner@huonw