We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c51951 commit 5f6dd7aCopy full SHA for 5f6dd7a
clippy_lints/src/transmute/mod.rs
@@ -49,7 +49,6 @@ declare_clippy_lint! {
49
"transmutes that are confusing at best, undefined behavior at worst and always useless"
50
}
51
52
-// FIXME: Move this to `complexity` again, after #5343 is fixed
53
declare_clippy_lint! {
54
/// ### What it does
55
/// Checks for transmutes to the original type of the object
0 commit comments