Skip to content

Commit 9289cca

Browse files
authored
remove an outdated line in transmute/mod.rs (#14159)
The `useless_transmute` already belongs to the complexity lint. changelog: none
2 parents b0ad06d + 5f6dd7a commit 9289cca

File tree

1 file changed

+0
-1
lines changed
  • clippy_lints/src/transmute

1 file changed

+0
-1
lines changed

clippy_lints/src/transmute/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ declare_clippy_lint! {
4949
"transmutes that are confusing at best, undefined behavior at worst and always useless"
5050
}
5151

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

0 commit comments

Comments
 (0)