You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new lint
This fixesrust-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
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.
The text was updated successfully, but these errors were encountered: