Skip to content

Commit ae1d931

Browse files
committed
comment about transmute_undefined_repr in nursery
1 parent 14f3d05 commit ae1d931

File tree

1 file changed

+1
-0
lines changed
  • clippy_lints/src/transmute

1 file changed

+1
-0
lines changed

clippy_lints/src/transmute/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ declare_clippy_lint! {
377377
/// ```
378378
#[clippy::version = "1.60.0"]
379379
pub TRANSMUTE_UNDEFINED_REPR,
380+
// Note: please see https://github.com/rust-lang/rust-clippy/issues/8496 before promoting out of the nursery
380381
nursery,
381382
"transmute to or from a type with an undefined representation"
382383
}

0 commit comments

Comments
 (0)