clippy_utils
1.81.0-nightly
(c6727fc9b 2024-07-12)
In clippy_utils::ast_utils
Function
clippy_utils
::
ast_utils
::
eq_item
Copy item path
source
ยท
[
−
]
pub fn eq_item<K>( l: &
Item
<K>, r: &
Item
<K>, eq_kind: impl
FnMut
(
&K
,
&K
) ->
bool
, ) ->
bool