remove an outdated line

This commit is contained in:
lapla-cogito 2025-02-06 12:47:47 +09:00
parent 2c51951dba
commit 5f6dd7a8eb
No known key found for this signature in database
GPG key ID: B39C71D9F127FF9F

View file

@ -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