This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
clippy_lints
/
src
/
casts
History
clubby789
30979bfe83
Add lint
cast_slice_from_raw_parts
2022-08-29 14:10:17 +01:00
..
as_underscore.rs
Move
AsUnderscore
into
Casts
lint pass
2022-08-19 10:23:19 -04:00
borrow_as_ptr.rs
Move
BorrowAsPtr
into
Casts
lint pass
2022-08-19 10:24:58 -04:00
cast_abs_to_unsigned.rs
Fix cast_abs_to_unsigned generates non-compiling code when original code is in parens
2022-08-04 21:30:50 +03:00
cast_enum_constructor.rs
…
cast_lossless.rs
…
cast_possible_truncation.rs
…
cast_possible_wrap.rs
…
cast_precision_loss.rs
…
cast_ptr_alignment.rs
…
cast_ref_to_mut.rs
…
cast_sign_loss.rs
…
cast_slice_different_sizes.rs
…
cast_slice_from_raw_parts.rs
Add lint
cast_slice_from_raw_parts
2022-08-29 14:10:17 +01:00
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
Add lint
cast_slice_from_raw_parts
2022-08-29 14:10:17 +01:00
ptr_as_ptr.rs
…
unnecessary_cast.rs
remove parenthesis from unnecessary_cast suggestion
2022-08-27 12:04:19 +02:00
utils.rs
…