We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
transmute/mod.rs
2 parents b0ad06d + 5f6dd7a commit 9289ccaCopy full SHA for 9289cca
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