rust/clippy_lints/src/casts
2024-03-12 10:16:27 -05:00
..
as_ptr_cast_mut.rs
as_underscore.rs
borrow_as_ptr.rs
cast_abs_to_unsigned.rs
cast_enum_constructor.rs
cast_lossless.rs [cast_lossless]: Suggest type alias instead of the aliased type 2024-03-12 10:16:27 -05:00
cast_nan_to_int.rs
cast_possible_truncation.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
cast_possible_wrap.rs
cast_precision_loss.rs
cast_ptr_alignment.rs
cast_sign_loss.rs Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-update 2024-02-27 15:50:17 +01:00
cast_slice_different_sizes.rs
cast_slice_from_raw_parts.rs
char_lit_as_u8.rs
fn_to_numeric_cast_any.rs
fn_to_numeric_cast_with_truncation.rs
fn_to_numeric_cast.rs
mod.rs [cast_lossless]: Suggest type alias instead of the aliased type 2024-03-12 10:16:27 -05:00
ptr_as_ptr.rs
ptr_cast_constness.rs
ref_as_ptr.rs Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-update 2024-02-27 15:50:17 +01:00
unnecessary_cast.rs [unnecessary_cast]: Avoid breaking precedence 2024-02-27 16:27:12 +01:00
utils.rs
zero_ptr.rs