We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f3d05 commit ae1d931Copy full SHA for ae1d931
clippy_lints/src/transmute/mod.rs
@@ -377,6 +377,7 @@ declare_clippy_lint! {
377
/// ```
378
#[clippy::version = "1.60.0"]
379
pub TRANSMUTE_UNDEFINED_REPR,
380
+ // Note: please see https://github.com/rust-lang/rust-clippy/issues/8496 before promoting out of the nursery
381
nursery,
382
"transmute to or from a type with an undefined representation"
383
}
0 commit comments