move crosspointer_transmute from complexity to suspicious

This commit is contained in:
Ada Alakbarova 2025-08-03 22:20:49 +02:00
parent 32a216ecab
commit 7aa75635c8
No known key found for this signature in database

View file

@ -105,7 +105,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "pre 1.29.0"]
pub CROSSPOINTER_TRANSMUTE,
complexity,
suspicious,
"transmutes that have to or from types that are a pointer to the other"
}