rust-clippy/clippy_lints
bors cdc4d56ae7 Auto merge of #11701 - Alexendoo:vec-init-then-push-docs, r=Jarcho
Use multiple pushes in `vec_init_then_push` example

Makes the perf argument clearer, since a single push doesn't have unnecessary allocations compared to `vec![x]`

changelog: none
2023-10-30 17:25:55 +00:00
..
src Auto merge of #11701 - Alexendoo:vec-init-then-push-docs, r=Jarcho 2023-10-30 17:25:55 +00:00
Cargo.toml Remove internal feature from clippy_utils 2023-10-27 13:13:26 +00:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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