@@ -18,11 +18,11 @@ declare_with_version! { DEPRECATED(DEPRECATED_VERSION) = [
18
18
( "clippy::assign_ops" , "compound operators are harmless and linting on them is not in scope for clippy" ) ,
19
19
#[ clippy:: version = "pre 1.29.0" ]
20
20
( "clippy::extend_from_slice" , "`Vec::extend_from_slice` is no longer faster than `Vec::extend` due to specialization" ) ,
21
- #[ clippy:: version = "1.86 .0" ]
21
+ #[ clippy:: version = "1.88 .0" ]
22
22
( "clippy::match_on_vec_items" , "`clippy::indexing_slicing` covers indexing and slicing on `Vec<_>`" ) ,
23
23
#[ clippy:: version = "pre 1.29.0" ]
24
24
( "clippy::misaligned_transmute" , "split into `clippy::cast_ptr_alignment` and `clippy::transmute_ptr_to_ptr`" ) ,
25
- #[ clippy:: version = "1.86 .0" ]
25
+ #[ clippy:: version = "1.87 .0" ]
26
26
( "clippy::option_map_or_err_ok" , "`clippy::manual_ok_or` covers this case" ) ,
27
27
#[ clippy:: version = "1.54.0" ]
28
28
( "clippy::pub_enum_variant_names" , "`clippy::enum_variant_names` now covers this case via the `avoid-breaking-exported-api` config" ) ,
@@ -34,7 +34,7 @@ declare_with_version! { DEPRECATED(DEPRECATED_VERSION) = [
34
34
( "clippy::replace_consts" , "`min_value` and `max_value` are now deprecated" ) ,
35
35
#[ clippy:: version = "pre 1.29.0" ]
36
36
( "clippy::should_assert_eq" , "`assert!(a == b)` can now print the values the same way `assert_eq!(a, b) can" ) ,
37
- #[ clippy:: version = "1.90 .0" ]
37
+ #[ clippy:: version = "1.91 .0" ]
38
38
( "clippy::string_to_string" , "`clippy:implicit_clone` covers those cases" ) ,
39
39
#[ clippy:: version = "pre 1.29.0" ]
40
40
( "clippy::unsafe_vector_initialization" , "the suggested alternative could be substantially slower" ) ,
0 commit comments