This repository was archived by the owner on May 28, 2025. It is now read-only.
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! {
305305 /// header_version: u16
306306 /// }
307307 /// ```
308- #[ clippy:: version = "1.84 .0" ]
308+ #[ clippy:: version = "1.85 .0" ]
309309 pub REPR_PACKED_WITHOUT_ABI ,
310310 suspicious,
311311 "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! {
747747 /// t as *const T as usize
748748 /// }
749749 /// ```
750- #[ clippy:: version = "1.81 .0" ]
750+ #[ clippy:: version = "1.85 .0" ]
751751 pub AS_POINTER_UNDERSCORE ,
752752 restriction,
753753 "detects `as *mut _` and `as *const _` conversion"
Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ declare_clippy_lint! {
612612 /// ```no_run
613613 /// #![cfg_attr(doc, doc = include_str!("some_file.md"))]
614614 /// ```
615- #[ clippy:: version = "1.84 .0" ]
615+ #[ clippy:: version = "1.85 .0" ]
616616 pub DOC_INCLUDE_WITHOUT_CFG ,
617617 restriction,
618618 "check if files included in documentation are behind `cfg(doc)`"
@@ -638,7 +638,7 @@ declare_clippy_lint! {
638638 /// //!
639639 /// //! [link]: destination (for link reference definition)
640640 /// ```
641- #[ clippy:: version = "1.84 .0" ]
641+ #[ clippy:: version = "1.85 .0" ]
642642 pub DOC_NESTED_REFDEFS ,
643643 suspicious,
644644 "link reference defined in list item or quote"
You can’t perform that action at this time.
0 commit comments