Skip to content

Adding an initial description to vec.rs. #7223

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

Closed
wants to merge 1 commit into from

Conversation

steveklabnik
Copy link
Member

Let's explain more of what this module is about, not just 'vectors.'

* Functional transformations on vectors, like `find`, `map`, `partition`, and `split`.
* Stack/queue operations, like `push`/`pop` and `shift`/`unshift`.
* Cons-y operations, like `head` and `tail`.
* Zipper oprations, like `zip` and `unzip`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Lil' typo

Copy link
Member Author

Choose a reason for hiding this comment

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

Ha! Whoops!

@huonw
Copy link
Member

huonw commented Jul 5, 2013

Hi @steveklabnik, I think vec is starting to stabilise (at least, I've finished converting most things to methods and external iterators), so feel free to continue.

(There are still a few changes to come, but they should be small enough that the person doing them can easily update the docs appropriately.)

Let's explain more of what this module is about, not just 'vectors.'
@steveklabnik
Copy link
Member Author

I've updated this for master, r?

bors added a commit that referenced this pull request Jul 30, 2013
Let's explain more of what this module is about, not just 'vectors.'
@bors bors closed this Jul 30, 2013
@steveklabnik steveklabnik deleted the vec_initial_docs branch October 25, 2017 18:25
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
…teffen

Fix FPs about generic args

Fix 2 false positives in [`use_self`] and [`useless_conversion`] lints, by taking into account generic args and comparing them.

Fixes: rust-lang#7205
Fixes: rust-lang#7206

changelog: Fix FPs about generic args in [`use_self`] and [`useless_conversion`] lints
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.

6 participants