rust/clippy_lints
bors 88da5f2bb3 Auto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt, r=giraffate
Suggest `pointer::cast` when possible in `transmute_ptr_to_ref`

fixes #8924

changelog: Suggest casting the pointer for any type containing lifetimes in `transmute_ptr_to_ref`.
changelog: Suggest `pointer::cast` when possible in `transmute_ptr_to_ref`.
2022-06-27 00:05:50 +00:00
..
src Auto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt, r=giraffate 2022-06-27 00:05:50 +00:00
Cargo.toml Remove cargo_dev dependency 2022-06-21 14:04:37 -04:00
README.md

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