We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e211ea + 78547b1 commit ef4af1dCopy full SHA for ef4af1d
clippy_lints/src/transmute/mod.rs
@@ -364,6 +364,10 @@ declare_clippy_lint! {
364
/// ### Why is this bad?
365
/// The results of such a transmute are not defined.
366
///
367
+ /// ### Known problems
368
+ /// This lint has had multiple problems in the past and was moved to `nursery`. See issue
369
+ /// [#8496](https://github.com/rust-lang/rust-clippy/issues/8496) for more details.
370
+ ///
371
/// ### Example
372
/// ```rust
373
/// struct Foo<T>(u32, T);
0 commit comments