Skip to content

Conversation

@brson
Copy link
Contributor

@brson brson commented Jun 18, 2013

No description provided.

RELEASES.txt Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also mention RcMut here

@brson
Copy link
Contributor Author

brson commented Jun 18, 2013

Updated to incorporate @thestinger's feedback

@thestinger
Copy link
Contributor

Going to land this in #7270 with the other documentation pull requests to help clear the queue faster.

@thestinger thestinger closed this Jun 21, 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.

2 participants