Skip to content

Commit

Permalink
comment about transmute_undefined_repr in nursery
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 2, 2022
1 parent 14f3d05 commit ae1d931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/transmute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.60.0"]
pub TRANSMUTE_UNDEFINED_REPR,
// Note: please see https://github.com/rust-lang/rust-clippy/issues/8496 before promoting out of the nursery
nursery,
"transmute to or from a type with an undefined representation"
}
Expand Down

0 comments on commit ae1d931

Please sign in to comment.