Skip to content
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

std::vec::ImmutableVector needs documentation #9379

Closed
luisbg opened this issue Sep 21, 2013 · 0 comments · Fixed by #9381
Closed

std::vec::ImmutableVector needs documentation #9379

luisbg opened this issue Sep 21, 2013 · 0 comments · Fixed by #9381

Comments

@luisbg
Copy link
Contributor

luisbg commented Sep 21, 2013

Some of the methods of ImmutableVector are missing documentation.

For example iter()
https://github.com/mozilla/rust/blob/master/src/libstd/vec.rs#L928

Reporting the issue here to assign it to myself and soon push a Pull Request against it.

bors added a commit that referenced this issue Sep 21, 2013
@bors bors closed this as completed in e98bd9b Sep 21, 2013
Jarcho pushed a commit to Jarcho/rust that referenced this issue Aug 29, 2022
new lint

This fixes rust-lang#6576

If you added a new lint, here's a checklist for things that will be
checked during review or continuous integration.

- \[x] Followed [lint naming conventions][lint_naming]
- \[x] Added passing UI tests (including committed `.stderr` file)
- \[x] `cargo test` passes locally
- \[x] Executed `cargo dev update_lints`
- \[x] Added lint documentation
- \[x] Run `cargo dev fmt`

---

changelog: add [`multi_assignments`] lint
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 a pull request may close this issue.

1 participant