about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlapla-cogito <me@lapla.dev>2025-02-06 12:47:47 +0900
committerlapla-cogito <me@lapla.dev>2025-02-06 12:47:47 +0900
commit5f6dd7a8eb8ea3cea3c53368c5e924bbf799483e (patch)
tree5240c59f180347e27cf2650a083fc5392da44293
parent2c51951dba9ccd716f3cfd1a629db40d4c2beb35 (diff)
downloadrust-5f6dd7a8eb8ea3cea3c53368c5e924bbf799483e.tar.gz
rust-5f6dd7a8eb8ea3cea3c53368c5e924bbf799483e.zip
remove an outdated line
-rw-r--r--clippy_lints/src/transmute/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/transmute/mod.rs b/clippy_lints/src/transmute/mod.rs
index 1cb0f837227..7c83a218799 100644
--- a/clippy_lints/src/transmute/mod.rs
+++ b/clippy_lints/src/transmute/mod.rs
@@ -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