Sign in
rust
/
rust-clippy
/
refs/heads/master
/
.
/
clippy_lints
/
src
/
casts
tree: 90a6e558ca5a2f073dbae14237a59b110b1618b7 [
path history
]
[
tgz
]
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