Skip to content

Commit 9ab1e8e

Browse files
committed
that was definitely not the right version
1 parent c5a9adc commit 9ab1e8e

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2948,7 +2948,7 @@ declare_clippy_lint! {
29482948
/// assert_eq!((*any_box).type_id(), TypeId::of::<i32>());
29492949
/// // ^ dereference first, to call `type_id` on `dyn Any`
29502950
/// ```
2951-
#[clippy::version = "1.47.0"]
2951+
#[clippy::version = "1.72.0"]
29522952
pub TYPE_ID_ON_BOX,
29532953
suspicious,
29542954
"calling `.type_id()` on `Box<dyn Any>`"

0 commit comments

Comments
 (0)