rust-clippy/clippy_lints
unknown c1a5329475 Add more functions to size_of_in_element_count
Specifically ptr::{sub, wrapping_sub, add, wrapping_add, offset, wrapping_offset} and slice::{from_raw_parts, from_raw_parts_mut}
The lint now also looks for size_of calls through casts (Since offset takes an isize)
2020-12-03 21:14:26 -03:00
..
src Add more functions to size_of_in_element_count 2020-12-03 21:14:26 -03:00
Cargo.toml Rollup merge of #6395 - Suyash458:master, r=flip1995 2020-12-03 10:21:32 +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.