Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0aa594

Browse files
committedMar 19, 2025
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
1 parent c4b38a5 commit c0aa594

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+669
-86
lines changed
 

‎src/tools/clippy/tests/ui/blocks_in_conditions.fixed

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#![warn(clippy::blocks_in_conditions)]
44
#![allow(
55
unused,
6+
unnecessary_transmutate,
67
clippy::let_and_return,
78
clippy::needless_if,
89
clippy::missing_transmute_annotations

‎src/tools/clippy/tests/ui/blocks_in_conditions.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#![warn(clippy::blocks_in_conditions)]
44
#![allow(
55
unused,
6+
unnecessary_transmutate,
67
clippy::let_and_return,
78
clippy::needless_if,
89
clippy::missing_transmute_annotations
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.