Sign in
rust
/
rust
/
00a00ebaeeac705940fc3c12a001d6e3633df1eb
/
.
/
clippy_lints
/
src
/
casts
tree: 9016f9ea4c606334c43986e5b2d979823d365c0e
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