File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ declare_clippy_lint! {
305
305
/// header_version: u16
306
306
/// }
307
307
/// ```
308
- #[ clippy:: version = "1.84 .0" ]
308
+ #[ clippy:: version = "1.85 .0" ]
309
309
pub REPR_PACKED_WITHOUT_ABI ,
310
310
suspicious,
311
311
"ensures that `repr(packed)` always comes with a qualified ABI"
Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ declare_clippy_lint! {
747
747
/// t as *const T as usize
748
748
/// }
749
749
/// ```
750
- #[ clippy:: version = "1.81 .0" ]
750
+ #[ clippy:: version = "1.85 .0" ]
751
751
pub AS_POINTER_UNDERSCORE ,
752
752
restriction,
753
753
"detects `as *mut _` and `as *const _` conversion"
Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ declare_clippy_lint! {
612
612
/// ```no_run
613
613
/// #![cfg_attr(doc, doc = include_str!("some_file.md"))]
614
614
/// ```
615
- #[ clippy:: version = "1.84 .0" ]
615
+ #[ clippy:: version = "1.85 .0" ]
616
616
pub DOC_INCLUDE_WITHOUT_CFG ,
617
617
restriction,
618
618
"check if files included in documentation are behind `cfg(doc)`"
@@ -638,7 +638,7 @@ declare_clippy_lint! {
638
638
/// //!
639
639
/// //! [link]: destination (for link reference definition)
640
640
/// ```
641
- #[ clippy:: version = "1.84 .0" ]
641
+ #[ clippy:: version = "1.85 .0" ]
642
642
pub DOC_NESTED_REFDEFS ,
643
643
suspicious,
644
644
"link reference defined in list item or quote"
You can’t perform that action at this time.
0 commit comments