File tree 1 file changed +0
-10
lines changed 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,6 @@ declare_clippy_lint! {
89
89
///
90
90
/// The `const` value should be stored inside a `static` item.
91
91
///
92
- /// ### Known problems
93
- /// When an enum has variants with interior mutability, use of its non
94
- /// interior mutable variants can generate false positives. See issue
95
- /// [#3962](https://github.com/rust-lang/rust-clippy/issues/3962)
96
- ///
97
- /// Types that have underlying or potential interior mutability trigger the lint whether
98
- /// the interior mutable field is used or not. See issues
99
- /// [#5812](https://github.com/rust-lang/rust-clippy/issues/5812) and
100
- /// [#3825](https://github.com/rust-lang/rust-clippy/issues/3825)
101
- ///
102
92
/// ### Example
103
93
/// ```no_run
104
94
/// use std::sync::atomic::{AtomicUsize, Ordering::SeqCst};
You can’t perform that action at this time.
0 commit comments