diff options
| author | lapla-cogito <me@lapla.dev> | 2025-02-06 12:47:47 +0900 |
|---|---|---|
| committer | lapla-cogito <me@lapla.dev> | 2025-02-06 12:47:47 +0900 |
| commit | 5f6dd7a8eb8ea3cea3c53368c5e924bbf799483e (patch) | |
| tree | 5240c59f180347e27cf2650a083fc5392da44293 | |
| parent | 2c51951dba9ccd716f3cfd1a629db40d4c2beb35 (diff) | |
| download | rust-5f6dd7a8eb8ea3cea3c53368c5e924bbf799483e.tar.gz rust-5f6dd7a8eb8ea3cea3c53368c5e924bbf799483e.zip | |
remove an outdated line
| -rw-r--r-- | clippy_lints/src/transmute/mod.rs | 1 |
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 |
