Skip to content

Commit

Permalink
remove an outdated line in transmute/mod.rs (#14159)
Browse files Browse the repository at this point in the history
The `useless_transmute` already belongs to the complexity lint.

changelog: none
  • Loading branch information
Centri3 authored Feb 7, 2025
2 parents b0ad06d + 5f6dd7a commit 9289cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/transmute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ declare_clippy_lint! {
"transmutes that are confusing at best, undefined behavior at worst and always useless"
}

// FIXME: Move this to `complexity` again, after #5343 is fixed
declare_clippy_lint! {
/// ### What it does
/// Checks for transmutes to the original type of the object
Expand Down

0 comments on commit 9289cca

Please sign in to comment.