rust/clippy_lints
Samuel Tardieu bbd58d19d4 Do not trigger [size_of_in_element_count] for u8
Counting in bytes for a pointer to `u8` is legitimate and must not
trigger the lint. Also, this prevents linting the
`{std,core}::ptr::write_bytes` as it manipulates bytes.
2025-01-17 00:43:36 +01:00
..
src Do not trigger [size_of_in_element_count] for u8 2025-01-17 00:43:36 +01:00
Cargo.toml Select edition 2024 2025-01-13 16:55:42 +01: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.