move crosspointer_transmute from complexity to suspicious
This commit is contained in:
parent
32a216ecab
commit
7aa75635c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue