rust/clippy_lints/src/casts
Philipp Krones 62a82b361c
Format let-chains across the code base
In the updated nightly version, it seems that rustfmt now supports formatting
let-chains. Since we're using them a lot, it's a lot of reformatting.
2023-11-02 17:24:30 +01:00
..
as_ptr_cast_mut.rs Format let-chains across the code base 2023-11-02 17:24:30 +01:00
as_underscore.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
borrow_as_ptr.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
cast_abs_to_unsigned.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
cast_enum_constructor.rs Merge commit 'd0cf3481a8' into clippyup 2022-03-24 14:50:04 +01:00
cast_lossless.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
cast_nan_to_int.rs Merge commit '435a8ad86c' into clippyup 2023-05-20 15:39:26 +02:00
cast_possible_truncation.rs Merge commit '7671c283a5' into clippyup 2023-09-25 11:28:58 +02:00
cast_possible_wrap.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
cast_precision_loss.rs Merge commit 'b7f3f7f608' into clippyup 2021-10-07 11:21:30 +02:00
cast_ptr_alignment.rs Format let-chains across the code base 2023-11-02 17:24:30 +01:00
cast_sign_loss.rs Merge commit '435a8ad86c' into clippyup 2023-05-20 15:39:26 +02:00
cast_slice_different_sizes.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
cast_slice_from_raw_parts.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
char_lit_as_u8.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
fn_to_numeric_cast.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
fn_to_numeric_cast_any.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
fn_to_numeric_cast_with_truncation.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
mod.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
ptr_as_ptr.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
ptr_cast_constness.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
unnecessary_cast.rs Format let-chains across the code base 2023-11-02 17:24:30 +01:00
utils.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
zero_ptr.rs Merge commit '7671c283a5' into clippyup 2023-09-25 11:28:58 +02:00