rust/clippy_lints
bors 844c06a7c7 Auto merge of #8964 - tamaroning:read_zero_byte_vec, r=dswij
Warn about read into zero-length `Vec`

Closes #8886

- \[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: none
2022-06-15 06:16:14 +00:00
..
src Auto merge of #8964 - tamaroning:read_zero_byte_vec, r=dswij 2022-06-15 06:16:14 +00:00
Cargo.toml Add lint output to lint list 2022-06-06 20:04:56 -04:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.