Sign in
rust
/
rust
/
1f2be4e71b06e2f37ef52dd08821023d3f34ca15
/
.
/
clippy_lints
/
src
/
casts
tree: fba1d4bd49e487ab09e80f3742721b29fab91564
as_pointer_underscore.rs
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_nan_to_int.rs
cast_possible_truncation.rs
cast_possible_wrap.rs
cast_precision_loss.rs
cast_ptr_alignment.rs
cast_sign_loss.rs
cast_slice_different_sizes.rs
cast_slice_from_raw_parts.rs
char_lit_as_u8.rs
confusing_method_to_numeric_cast.rs
fn_to_numeric_cast.rs
fn_to_numeric_cast_any.rs
fn_to_numeric_cast_with_truncation.rs
manual_dangling_ptr.rs
mod.rs
needless_type_cast.rs
ptr_as_ptr.rs
ptr_cast_constness.rs
ref_as_ptr.rs
unnecessary_cast.rs
utils.rs
zero_ptr.rs